#B0BC55

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

Shades of Celery #B0BC55

Tints of Celery #B0BC55

Color information

#B0BC55 (or 0xB0BC55) is unknown color: approx Celery. HEX triplet: B0, BC and 55. RGB value is (176,188,85). Sum of RGB (Red+Green+Blue) = 176+188+85=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC55 is #4F43AA. Grayscale: #ADADAD. Windows color (decimal): -5194667 or 5618864. OLE color: 5618864.

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

Color convert

RGB17618885-
CMYK0.0600.550.26
HSL66.99º43.46%53.53%-
HSV(B)66.99º54.79%73.73%-
XYZ37.5345.8515.47-
YUV172.6778.52130.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=39.20%
G=41.87%
B=18.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176188850.0600.550.2666.9943.4653.53
HexB0BC5560371A432b36
Octal2602741256067321035366
Binary101100001011110010101011100110111110101000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BC55; }

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

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

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

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

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

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

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

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