Shades of Celery #B0C554
Tints of Celery #B0C554
RGB
CMYK
RGB Variations
Color information
#B0C554 (or 0xB0C554) is known color: Celery. HEX triplet: B0, C5 and 54. RGB value is (176,197,84). Sum of RGB (Red+Green+Blue) = 176+197+84=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C554 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C554 is #4F3AAB. Grayscale: #B2B2B2. Windows color (decimal): -5192364 or 5555632. OLE color: 5555632.
HSL color Cylindrical-coordinate representation of color #B0C554: hue angle of 71.15º 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 #B0C554 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 84 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.23 |
| HSL | 71.15º | 0.49% | 0.55% | - |
| HSV(B) | 71.15º | 0.57% | 0.77% | - |
| XYZ | 39.47 | 49.8 | 15.92 | - |
| YUV | 177.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 84 | 0.11 | 0 | 0.57 | 0.23 | 71.15 | 0.49 | 0.55 |
| Hex | B0 | C5 | 54 | B | 0 | 39 | 17 | 47 | 31 | 37 |
| Octal | 260 | 305 | 124 | 13 | 0 | 71 | 27 | 107 | 61 | 67 |
| Binary | 10110000 | 11000101 | 1010100 | 1011 | 0 | 111001 | 10111 | 1000111 | 110001 | 110111 |
Color Harmonies of #B0C554
Complementary color
Monochromatic Colors of #B0C554
Black with #B0C554
Text Example
Text Example
White with #B0C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C554; }
p { color: rgb(176,197,84); }
H1.HeaderClassName
{
color: #B0C554;
}
.AnyTagClassName
{
color: #B0C554;
}
</style>
background-color css
<style>
a { background-color: #B0C554; }
a { background-color: rgb(176,197,84); }
div.DivClassName
{
background-color: #B0C554;
}
.BgClassName
{
background-color: #B0C554;
}
</style>
border-color css
<style>
span { border-color: #B0C554; }
span { border-color: rgb(176,197,84); }
td.TdClassName
{
border-color: #B0C554;
}
.TagClassName
{
border-color: #B0C554;
}
</style>