#B2BC48

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

Shades of Celery #B2BC48

Tints of Celery #B2BC48

Color information

#B2BC48 (or 0xB2BC48) is unknown color: approx Celery. HEX triplet: B2, BC and 48. RGB value is (178,188,72). Sum of RGB (Red+Green+Blue) = 178+188+72=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC48 is #4D43B7. Grayscale: #ACACAC. Windows color (decimal): -5063608 or 4766898. OLE color: 4766898.

HSL color Cylindrical-coordinate representation of color #B2BC48: hue angle of 65.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2BC48 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB17818872-
CMYK0.0500.620.26
HSL65.17º46.4%50.98%-
HSV(B)65.17º61.7%73.73%-
XYZ37.5145.913.01-
YUV171.7971.69132.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 188 (73.83% from 255) = 42.92%
BLUE value IS 72 (28.52% from 255) = 16.44%
R=40.64%
G=42.92%
B=16.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178188720.0500.620.2665.1746.450.98
HexB2BC48503E1A412e33
Octal2622741105076321015663
Binary101100101011110010010001010111110110101000001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC48; }

 p { color: rgb(178,188,72); }

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

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

 a { background-color: rgb(178,188,72); }

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

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

 span { border-color: rgb(178,188,72); }

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