#B2C04C

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

Shades of Celery #B2C04C

Tints of Celery #B2C04C

Color information

#B2C04C (or 0xB2C04C) is unknown color: approx Celery. HEX triplet: B2, C0 and 4C. RGB value is (178,192,76). Sum of RGB (Red+Green+Blue) = 178+192+76=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C04C is #4D3FB3. Grayscale: #AFAFAF. Windows color (decimal): -5062580 or 5030066. OLE color: 5030066.

HSL color Cylindrical-coordinate representation of color #B2C04C: hue angle of 67.24º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2C04C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB17819276-
CMYK0.0700.600.25
HSL67.24º47.93%52.55%-
HSV(B)67.24º60.42%75.29%-
XYZ38.5147.6914.01-
YUV174.5972.36130.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 76 (30.08% from 255) = 17.04%
R=39.91%
G=43.05%
B=17.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178192760.0700.600.2567.2447.9352.55
HexB2C04C703C19433035
Octal2623001147074311036065
Binary101100101100000010011001110111100110011000011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C04C; }

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

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

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

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

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

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

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

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