#B2C24D

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

Shades of Celery #B2C24D

Tints of Celery #B2C24D

Color information

#B2C24D (or 0xB2C24D) is unknown color: approx Celery. HEX triplet: B2, C2 and 4D. RGB value is (178,194,77). Sum of RGB (Red+Green+Blue) = 178+194+77=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C24D is #4D3DB2. Grayscale: #B0B0B0. Windows color (decimal): -5062067 or 5096114. OLE color: 5096114.

HSL color Cylindrical-coordinate representation of color #B2C24D: hue angle of 68.21º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2C24D is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB17819477-
CMYK0.0800.600.24
HSL68.21º48.95%53.14%-
HSV(B)68.21º60.31%76.08%-
XYZ38.9948.5814.34-
YUV175.8872.2129.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.64%
GREEN value IS 194 (76.17% from 255) = 43.21%
BLUE value IS 77 (30.47% from 255) = 17.15%
R=39.64%
G=43.21%
B=17.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178194770.0800.600.2468.2148.9553.14
HexB2C24D803C18443135
Octal26230211510074301046165
Binary1011001011000010100110110000111100110001000100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C24D; }

 p { color: rgb(178,194,77); }

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

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

 a { background-color: rgb(178,194,77); }

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

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

 span { border-color: rgb(178,194,77); }

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