Shades of Celery #B0C051
Tints of Celery #B0C051
RGB
CMYK
RGB Variations
Color information
#B0C051 (or 0xB0C051) is known color: Celery. HEX triplet: B0, C0 and 51. RGB value is (176,192,81). Sum of RGB (Red+Green+Blue) = 176+192+81=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C051 is #4F3FAE. Grayscale: #AEAEAE. Windows color (decimal): -5193647 or 5357744. OLE color: 5357744.
HSL color Cylindrical-coordinate representation of color #B0C051: hue angle of 68.65º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0C051 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 81 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.25 |
| HSL | 68.65º | 0.47% | 0.54% | - |
| HSV(B) | 68.65º | 0.58% | 0.75% | - |
| XYZ | 38.24 | 47.52 | 14.94 | - |
| YUV | 174.56 | 75.2 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 81 | 0.08 | 0 | 0.58 | 0.25 | 68.65 | 0.47 | 0.54 |
| Hex | B0 | C0 | 51 | 8 | 0 | 3A | 19 | 45 | 2F | 36 |
| Octal | 260 | 300 | 121 | 10 | 0 | 72 | 31 | 105 | 57 | 66 |
| Binary | 10110000 | 11000000 | 1010001 | 1000 | 0 | 111010 | 11001 | 1000101 | 101111 | 110110 |
Color Harmonies of #B0C051
Complementary color
Monochromatic Colors of #B0C051
Black with #B0C051
Text Example
Text Example
White with #B0C051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C051; }
p { color: rgb(176,192,81); }
H1.HeaderClassName
{
color: #B0C051;
}
.AnyTagClassName
{
color: #B0C051;
}
</style>
background-color css
<style>
a { background-color: #B0C051; }
a { background-color: rgb(176,192,81); }
div.DivClassName
{
background-color: #B0C051;
}
.BgClassName
{
background-color: #B0C051;
}
</style>
border-color css
<style>
span { border-color: #B0C051; }
span { border-color: rgb(176,192,81); }
td.TdClassName
{
border-color: #B0C051;
}
.TagClassName
{
border-color: #B0C051;
}
</style>