#B0BC3C

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

Shades of Celery #B0BC3C

Tints of Celery #B0BC3C

Color information

#B0BC3C (or 0xB0BC3C) is unknown color: approx Celery. HEX triplet: B0, BC and 3C. RGB value is (176,188,60). Sum of RGB (Red+Green+Blue) = 176+188+60=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 60 (23.83% from 255 or 14.15% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC3C is #4F43C3. Grayscale: #AAAAAA. Windows color (decimal): -5194692 or 3980464. OLE color: 3980464.

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

Color convert

RGB17618860-
CMYK0.0600.680.26
HSL65.62º51.61%48.63%-
HSV(B)65.62º68.09%73.73%-
XYZ36.745.5211.13-
YUV169.8266.02132.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 60 (23.83% from 255) = 14.15%
R=41.51%
G=44.34%
B=14.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176188600.0600.680.2665.6251.6148.63
HexB0BC3C60441A423431
Octal2602747460104321026461
Binary101100001011110011110011001000100110101000010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC3C; }

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

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

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

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

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

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

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

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