#B2C03C

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

Shades of Celery #B2C03C

Tints of Celery #B2C03C

Color information

#B2C03C (or 0xB2C03C) is unknown color: approx Celery. HEX triplet: B2, C0 and 3C. RGB value is (178,192,60). Sum of RGB (Red+Green+Blue) = 178+192+60=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C03C is #4D3FC3. Grayscale: #ADADAD. Windows color (decimal): -5062596 or 3981490. OLE color: 3981490.

HSL color Cylindrical-coordinate representation of color #B2C03C: hue angle of 66.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2C03C is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB17819260-
CMYK0.0700.690.25
HSL66.36º52.38%49.41%-
HSV(B)66.36º68.75%75.29%-
XYZ38.0347.4911.44-
YUV172.7764.36131.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 60 (23.83% from 255) = 13.95%
R=41.40%
G=44.65%
B=13.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178192600.0700.690.2566.3652.3849.41
HexB2C03C704519423431
Octal2623007470105311026461
Binary101100101100000011110011101000101110011000010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C03C; }

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

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

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

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

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

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

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

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