#B2C03B

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

Shades of Celery #B2C03B

Tints of Celery #B2C03B

Color information

#B2C03B (or 0xB2C03B) is unknown color: approx Celery. HEX triplet: B2, C0 and 3B. RGB value is (178,192,59). Sum of RGB (Red+Green+Blue) = 178+192+59=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C03B is #4D3FC4. Grayscale: #ADADAD. Windows color (decimal): -5062597 or 3915954. OLE color: 3915954.

HSL color Cylindrical-coordinate representation of color #B2C03B: hue angle of 66.32º degrees, saturation: 0.53, 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 #B2C03B is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB17819259-
CMYK0.0700.690.25
HSL66.32º52.99%49.22%-
HSV(B)66.32º69.27%75.29%-
XYZ3847.4811.3-
YUV172.6563.86131.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 59 (23.44% from 255) = 13.75%
R=41.49%
G=44.76%
B=13.75%

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
Decimal178192590.0700.690.2566.3252.9949.22
HexB2C03B704519423531
Octal2623007370105311026561
Binary101100101100000011101111101000101110011000010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C03B; }

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

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

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

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

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

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

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

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