Shades of Celery #B0C956
Tints of Celery #B0C956
RGB
CMYK
RGB Variations
Color information
#B0C956 (or 0xB0C956) is known color: Celery. HEX triplet: B0, C9 and 56. RGB value is (176,201,86). Sum of RGB (Red+Green+Blue) = 176+201+86=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C956 is #4F36A9. Grayscale: #B4B4B4. Windows color (decimal): -5191338 or 5687728. OLE color: 5687728.
HSL color Cylindrical-coordinate representation of color #B0C956: hue angle of 73.04º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0C956 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 86 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.21 |
| HSL | 73.04º | 0.52% | 0.56% | - |
| HSV(B) | 73.04º | 0.57% | 0.79% | - |
| XYZ | 40.47 | 51.68 | 16.65 | - |
| YUV | 180.42 | 74.72 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 86 | 0.12 | 0 | 0.57 | 0.21 | 73.04 | 0.52 | 0.56 |
| Hex | B0 | C9 | 56 | C | 0 | 39 | 15 | 49 | 34 | 38 |
| Octal | 260 | 311 | 126 | 14 | 0 | 71 | 25 | 111 | 64 | 70 |
| Binary | 10110000 | 11001001 | 1010110 | 1100 | 0 | 111001 | 10101 | 1001001 | 110100 | 111000 |
Color Harmonies of #B0C956
Complementary color
Monochromatic Colors of #B0C956
Black with #B0C956
Text Example
Text Example
White with #B0C956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C956; }
p { color: rgb(176,201,86); }
H1.HeaderClassName
{
color: #B0C956;
}
.AnyTagClassName
{
color: #B0C956;
}
</style>
background-color css
<style>
a { background-color: #B0C956; }
a { background-color: rgb(176,201,86); }
div.DivClassName
{
background-color: #B0C956;
}
.BgClassName
{
background-color: #B0C956;
}
</style>
border-color css
<style>
span { border-color: #B0C956; }
span { border-color: rgb(176,201,86); }
td.TdClassName
{
border-color: #B0C956;
}
.TagClassName
{
border-color: #B0C956;
}
</style>