#B2C33B

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

Shades of Celery #B2C33B

Tints of Celery #B2C33B

Color information

#B2C33B (or 0xB2C33B) is unknown color: approx Celery. HEX triplet: B2, C3 and 3B. RGB value is (178,195,59). Sum of RGB (Red+Green+Blue) = 178+195+59=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C33B is #4D3CC4. Grayscale: #AEAEAE. Windows color (decimal): -5061829 or 3916722. OLE color: 3916722.

HSL color Cylindrical-coordinate representation of color #B2C33B: hue angle of 67.5º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2C33B is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB17819559-
CMYK0.0900.700.24
HSL67.5º53.54%49.8%-
HSV(B)67.5º69.74%76.47%-
XYZ38.6648.8111.52-
YUV174.4162.87130.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 195 (76.56% from 255) = 45.14%
BLUE value IS 59 (23.44% from 255) = 13.66%
R=41.20%
G=45.14%
B=13.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178195590.0900.700.2467.553.5449.8
HexB2C33B904618443632
Octal26230373110106301046662
Binary1011001011000011111011100101000110110001000100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C33B; }

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

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

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

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

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

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

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

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