Shades of Celery #B0BC57
Tints of Celery #B0BC57
RGB
CMYK
RGB Variations
Color information
#B0BC57 (or 0xB0BC57) is known color: Celery. HEX triplet: B0, BC and 57. RGB value is (176,188,87). Sum of RGB (Red+Green+Blue) = 176+188+87=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC57 is #4F43A8. Grayscale: #ADADAD. Windows color (decimal): -5194665 or 5749936. OLE color: 5749936.
HSL color Cylindrical-coordinate representation of color #B0BC57: hue angle of 67.13º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0BC57 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 188 | 87 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.26 |
| HSL | 67.13º | 0.43% | 0.54% | - |
| HSV(B) | 67.13º | 0.54% | 0.74% | - |
| XYZ | 37.61 | 45.88 | 15.89 | - |
| YUV | 172.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 188 | 87 | 0.06 | 0 | 0.54 | 0.26 | 67.13 | 0.43 | 0.54 |
| Hex | B0 | BC | 57 | 6 | 0 | 36 | 1A | 43 | 2B | 36 |
| Octal | 260 | 274 | 127 | 6 | 0 | 66 | 32 | 103 | 53 | 66 |
| Binary | 10110000 | 10111100 | 1010111 | 110 | 0 | 110110 | 11010 | 1000011 | 101011 | 110110 |
Color Harmonies of #B0BC57
Complementary color
Monochromatic Colors of #B0BC57
Black with #B0BC57
Text Example
Text Example
White with #B0BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BC57; }
p { color: rgb(176,188,87); }
H1.HeaderClassName
{
color: #B0BC57;
}
.AnyTagClassName
{
color: #B0BC57;
}
</style>
background-color css
<style>
a { background-color: #B0BC57; }
a { background-color: rgb(176,188,87); }
div.DivClassName
{
background-color: #B0BC57;
}
.BgClassName
{
background-color: #B0BC57;
}
</style>
border-color css
<style>
span { border-color: #B0BC57; }
span { border-color: rgb(176,188,87); }
td.TdClassName
{
border-color: #B0BC57;
}
.TagClassName
{
border-color: #B0BC57;
}
</style>