#B2BC3B

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

Shades of Celery #B2BC3B

Tints of Celery #B2BC3B

Color information

#B2BC3B (or 0xB2BC3B) is unknown color: approx Celery. HEX triplet: B2, BC and 3B. RGB value is (178,188,59). Sum of RGB (Red+Green+Blue) = 178+188+59=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC3B is #4D43C4. Grayscale: #AAAAAA. Windows color (decimal): -5063621 or 3914930. OLE color: 3914930.

HSL color Cylindrical-coordinate representation of color #B2BC3B: hue angle of 64.65º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2BC3B is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB17818859-
CMYK0.0500.690.26
HSL64.65º52.23%48.43%-
HSV(B)64.65º68.62%73.73%-
XYZ37.1345.7511.01-
YUV170.365.19133.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=41.88%
G=44.24%
B=13.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178188590.0500.690.2664.6552.2348.43
HexB2BC3B50451A413430
Octal2622747350105321016460
Binary101100101011110011101110101000101110101000001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC3B; }

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

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

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

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

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

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

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

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