#B0BC3F

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

Shades of Celery #B0BC3F

Tints of Celery #B0BC3F

Color information

#B0BC3F (or 0xB0BC3F) is unknown color: approx Celery. HEX triplet: B0, BC and 3F. RGB value is (176,188,63). Sum of RGB (Red+Green+Blue) = 176+188+63=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC3F is #4F43C0. Grayscale: #AAAAAA. Windows color (decimal): -5194689 or 4177072. OLE color: 4177072.

HSL color Cylindrical-coordinate representation of color #B0BC3F: hue angle of 65.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0BC3F is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB17618863-
CMYK0.0600.660.26
HSL65.76º49.8%49.22%-
HSV(B)65.76º66.49%73.73%-
XYZ36.7845.5611.56-
YUV170.1667.52132.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 63 (25% from 255) = 14.75%
R=41.22%
G=44.03%
B=14.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176188630.0600.660.2665.7649.849.22
HexB0BC3F60421A423231
Octal2602747760102321026261
Binary101100001011110011111111001000010110101000010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC3F; }

 p { color: rgb(176,188,63); }

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

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

 a { background-color: rgb(176,188,63); }

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

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

 span { border-color: rgb(176,188,63); }

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