#B2C24A

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

Shades of Celery #B2C24A

Tints of Celery #B2C24A

Color information

#B2C24A (or 0xB2C24A) is unknown color: approx Celery. HEX triplet: B2, C2 and 4A. RGB value is (178,194,74). Sum of RGB (Red+Green+Blue) = 178+194+74=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C24A is #4D3DB5. Grayscale: #B0B0B0. Windows color (decimal): -5062070 or 4899506. OLE color: 4899506.

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

Color convert

RGB17819474-
CMYK0.0800.620.24
HSL68º49.59%52.55%-
HSV(B)68º61.86%76.08%-
XYZ38.8948.5413.8-
YUV175.5470.7129.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 74 (29.30% from 255) = 16.59%
R=39.91%
G=43.50%
B=16.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178194740.0800.620.246849.5952.55
HexB2C24A803E18443235
Octal26230211210076301046265
Binary1011001011000010100101010000111110110001000100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C24A; }

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

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

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

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

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

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

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

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