Shades of Celery #B0C858
Tints of Celery #B0C858
RGB
CMYK
RGB Variations
Color information
#B0C858 (or 0xB0C858) is known color: Celery. HEX triplet: B0, C8 and 58. RGB value is (176,200,88). Sum of RGB (Red+Green+Blue) = 176+200+88=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C858 is #4F37A7. Grayscale: #B4B4B4. Windows color (decimal): -5191592 or 5818544. OLE color: 5818544.
HSL color Cylindrical-coordinate representation of color #B0C858: hue angle of 72.86º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0C858 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 88 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.22 |
| HSL | 72.86º | 0.5% | 0.56% | - |
| HSV(B) | 72.86º | 0.56% | 0.78% | - |
| XYZ | 40.32 | 51.24 | 17 | - |
| YUV | 180.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 88 | 0.12 | 0 | 0.56 | 0.22 | 72.86 | 0.5 | 0.56 |
| Hex | B0 | C8 | 58 | C | 0 | 38 | 16 | 49 | 32 | 38 |
| Octal | 260 | 310 | 130 | 14 | 0 | 70 | 26 | 111 | 62 | 70 |
| Binary | 10110000 | 11001000 | 1011000 | 1100 | 0 | 111000 | 10110 | 1001001 | 110010 | 111000 |
Color Harmonies of #B0C858
Complementary color
Monochromatic Colors of #B0C858
Black with #B0C858
Text Example
Text Example
White with #B0C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C858; }
p { color: rgb(176,200,88); }
H1.HeaderClassName
{
color: #B0C858;
}
.AnyTagClassName
{
color: #B0C858;
}
</style>
background-color css
<style>
a { background-color: #B0C858; }
a { background-color: rgb(176,200,88); }
div.DivClassName
{
background-color: #B0C858;
}
.BgClassName
{
background-color: #B0C858;
}
</style>
border-color css
<style>
span { border-color: #B0C858; }
span { border-color: rgb(176,200,88); }
td.TdClassName
{
border-color: #B0C858;
}
.TagClassName
{
border-color: #B0C858;
}
</style>