#B0C557

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

Shades of Celery #B0C557

Tints of Celery #B0C557

Color information

#B0C557 (or 0xB0C557) is unknown color: approx Celery. HEX triplet: B0, C5 and 57. RGB value is (176,197,87). Sum of RGB (Red+Green+Blue) = 176+197+87=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C557 is #4F3AA8. Grayscale: #B2B2B2. Windows color (decimal): -5192361 or 5752240. OLE color: 5752240.

HSL color Cylindrical-coordinate representation of color #B0C557: hue angle of 71.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0C557 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB17619787-
CMYK0.1100.560.23
HSL71.45º48.67%55.69%-
HSV(B)71.45º55.84%77.25%-
XYZ39.5949.8516.55-
YUV178.1876.54126.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 197 (77.34% from 255) = 42.83%
BLUE value IS 87 (34.38% from 255) = 18.91%
R=38.26%
G=42.83%
B=18.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176197870.1100.560.2371.4548.6755.69
HexB0C557B03817473138
Octal26030512713070271076170
Binary1011000011000101101011110110111000101111000111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C557; }

 p { color: rgb(176,197,87); }

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

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

 a { background-color: rgb(176,197,87); }

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

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

 span { border-color: rgb(176,197,87); }

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