Shades of Celery #B0C550
Tints of Celery #B0C550
RGB
CMYK
RGB Variations
Color information
#B0C550 (or 0xB0C550) is known color: Celery. HEX triplet: B0, C5 and 50. RGB value is (176,197,80). Sum of RGB (Red+Green+Blue) = 176+197+80=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C550 is #4F3AAF. Grayscale: #B1B1B1. Windows color (decimal): -5192368 or 5293488. OLE color: 5293488.
HSL color Cylindrical-coordinate representation of color #B0C550: hue angle of 70.77º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0C550 is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 80 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.23 |
| HSL | 70.77º | 0.5% | 0.54% | - |
| HSV(B) | 70.77º | 0.59% | 0.77% | - |
| XYZ | 39.32 | 49.74 | 15.12 | - |
| YUV | 177.38 | 73.04 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 80 | 0.11 | 0 | 0.59 | 0.23 | 70.77 | 0.5 | 0.54 |
| Hex | B0 | C5 | 50 | B | 0 | 3B | 17 | 47 | 32 | 36 |
| Octal | 260 | 305 | 120 | 13 | 0 | 73 | 27 | 107 | 62 | 66 |
| Binary | 10110000 | 11000101 | 1010000 | 1011 | 0 | 111011 | 10111 | 1000111 | 110010 | 110110 |
Color Harmonies of #B0C550
Complementary color
Monochromatic Colors of #B0C550
Black with #B0C550
Text Example
Text Example
White with #B0C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C550; }
p { color: rgb(176,197,80); }
H1.HeaderClassName
{
color: #B0C550;
}
.AnyTagClassName
{
color: #B0C550;
}
</style>
background-color css
<style>
a { background-color: #B0C550; }
a { background-color: rgb(176,197,80); }
div.DivClassName
{
background-color: #B0C550;
}
.BgClassName
{
background-color: #B0C550;
}
</style>
border-color css
<style>
span { border-color: #B0C550; }
span { border-color: rgb(176,197,80); }
td.TdClassName
{
border-color: #B0C550;
}
.TagClassName
{
border-color: #B0C550;
}
</style>