#B8C248

Color #B8C248 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B8C248

Tints of Celery #B8C248

Color information

#B8C248 (or 0xB8C248) is unknown color: approx Celery. HEX triplet: B8, C2 and 48. RGB value is (184,194,72). Sum of RGB (Red+Green+Blue) = 184+194+72=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C248 is #473DB7. Grayscale: #B1B1B1. Windows color (decimal): -4668856 or 4768440. OLE color: 4768440.

HSL color Cylindrical-coordinate representation of color #B8C248: hue angle of 64.92º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8C248 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB18419472-
CMYK0.0500.630.24
HSL64.92º50%52.16%-
HSV(B)64.92º62.89%76.08%-
XYZ40.2349.2413.52-
YUV177.168.69132.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 72 (28.52% from 255) = 16%
R=40.89%
G=43.11%
B=16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184194720.0500.630.2464.925052.16
HexB8C248503F18413234
Octal2703021105077301016264
Binary101110001100001010010001010111111110001000001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C248; }

 p { color: rgb(184,194,72); }

 H1.HeaderClassName
 {
   color: #B8C248;
 }
 .AnyTagClassName
 {
   color: #B8C248;
 }
</style>
background-color css

<style>
 a { background-color: #B8C248; }

 a { background-color: rgb(184,194,72); }

 div.DivClassName
 {
   background-color: #B8C248;
 }
 .BgClassName
 {
   background-color: #B8C248;
 }
</style>
border-color css

<style>
 span { border-color: #B8C248; }

 span { border-color: rgb(184,194,72); }

 td.TdClassName
 {
   border-color: #B8C248;
 }
 .TagClassName
 {
   border-color: #B8C248;
 }
</style>