#B2BD4C

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

Shades of Celery #B2BD4C

Tints of Celery #B2BD4C

Color information

#B2BD4C (or 0xB2BD4C) is unknown color: approx Celery. HEX triplet: B2, BD and 4C. RGB value is (178,189,76). Sum of RGB (Red+Green+Blue) = 178+189+76=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD4C is #4D42B3. Grayscale: #ADADAD. Windows color (decimal): -5063348 or 5029298. OLE color: 5029298.

HSL color Cylindrical-coordinate representation of color #B2BD4C: hue angle of 65.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2BD4C is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB17818976-
CMYK0.0600.600.26
HSL65.84º46.12%51.96%-
HSV(B)65.84º59.79%74.12%-
XYZ37.8646.3813.79-
YUV172.8373.36131.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 76 (30.08% from 255) = 17.16%
R=40.18%
G=42.66%
B=17.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178189760.0600.600.2665.8446.1251.96
HexB2BD4C603C1A422e34
Octal2622751146074321025664
Binary101100101011110110011001100111100110101000010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BD4C; }

 p { color: rgb(178,189,76); }

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

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

 a { background-color: rgb(178,189,76); }

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

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

 span { border-color: rgb(178,189,76); }

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