Shades of Celery #B0C555
Tints of Celery #B0C555
RGB
CMYK
RGB Variations
Color information
#B0C555 (or 0xB0C555) is known color: Celery. HEX triplet: B0, C5 and 55. RGB value is (176,197,85). Sum of RGB (Red+Green+Blue) = 176+197+85=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C555 is #4F3AAA. Grayscale: #B2B2B2. Windows color (decimal): -5192363 or 5621168. OLE color: 5621168.
HSL color Cylindrical-coordinate representation of color #B0C555: hue angle of 71.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0C555 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 85 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.23 |
| HSL | 71.25º | 0.49% | 0.55% | - |
| HSV(B) | 71.25º | 0.57% | 0.77% | - |
| XYZ | 39.51 | 49.82 | 16.13 | - |
| YUV | 177.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 85 | 0.11 | 0 | 0.57 | 0.23 | 71.25 | 0.49 | 0.55 |
| Hex | B0 | C5 | 55 | B | 0 | 39 | 17 | 47 | 31 | 37 |
| Octal | 260 | 305 | 125 | 13 | 0 | 71 | 27 | 107 | 61 | 67 |
| Binary | 10110000 | 11000101 | 1010101 | 1011 | 0 | 111001 | 10111 | 1000111 | 110001 | 110111 |
Color Harmonies of #B0C555
Complementary color
Monochromatic Colors of #B0C555
Black with #B0C555
Text Example
Text Example
White with #B0C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C555; }
p { color: rgb(176,197,85); }
H1.HeaderClassName
{
color: #B0C555;
}
.AnyTagClassName
{
color: #B0C555;
}
</style>
background-color css
<style>
a { background-color: #B0C555; }
a { background-color: rgb(176,197,85); }
div.DivClassName
{
background-color: #B0C555;
}
.BgClassName
{
background-color: #B0C555;
}
</style>
border-color css
<style>
span { border-color: #B0C555; }
span { border-color: rgb(176,197,85); }
td.TdClassName
{
border-color: #B0C555;
}
.TagClassName
{
border-color: #B0C555;
}
</style>