#b0c459

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

Shades of Celery #B0C459

Tints of Celery #B0C459

Color information

#B0C459 (or 0xB0C459) is unknown color: approx Celery. HEX triplet: B0, C4 and 59. RGB value is (176,196,89). Sum of RGB (Red+Green+Blue) = 176+196+89=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C459 is #4F3BA6. Grayscale: #B2B2B2. Windows color (decimal): -5192615 or 5883056. OLE color: 5883056.

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

Color convert

RGB17619689-
CMYK0.1000.550.23
HSL71.21º47.56%55.88%-
HSV(B)71.21º54.59%76.86%-
XYZ39.4549.4316.91-
YUV177.8277.87126.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=38.18%
G=42.52%
B=19.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176196890.1000.550.2371.2147.5655.88
HexB0C459A03717473038
Octal26030413112067271076070
Binary1011000011000100101100110100110111101111000111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0c459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0c459; }

 p { color: rgb(176,196,89); }

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

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

 a { background-color: rgb(176,196,89); }

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

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

 span { border-color: rgb(176,196,89); }

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