Shades of Celery #B0BE55
Tints of Celery #B0BE55
RGB
CMYK
RGB Variations
Color information
#B0BE55 (or 0xB0BE55) is known color: Celery. HEX triplet: B0, BE and 55. RGB value is (176,190,85). Sum of RGB (Red+Green+Blue) = 176+190+85=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 85 (33.59% from 255 or 18.85% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BE55 is #4F41AA. Grayscale: #AEAEAE. Windows color (decimal): -5194155 or 5619376. OLE color: 5619376.
HSL color Cylindrical-coordinate representation of color #B0BE55: hue angle of 68º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0BE55 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 190 | 85 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.25 |
| HSL | 68º | 0.45% | 0.54% | - |
| HSV(B) | 68º | 0.55% | 0.75% | - |
| XYZ | 37.96 | 46.71 | 15.61 | - |
| YUV | 173.84 | 77.86 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 190 | 85 | 0.07 | 0 | 0.55 | 0.25 | 68 | 0.45 | 0.54 |
| Hex | B0 | BE | 55 | 7 | 0 | 37 | 19 | 44 | 2D | 36 |
| Octal | 260 | 276 | 125 | 7 | 0 | 67 | 31 | 104 | 55 | 66 |
| Binary | 10110000 | 10111110 | 1010101 | 111 | 0 | 110111 | 11001 | 1000100 | 101101 | 110110 |
Color Harmonies of #B0BE55
Complementary color
Monochromatic Colors of #B0BE55
Black with #B0BE55
Text Example
Text Example
White with #B0BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BE55; }
p { color: rgb(176,190,85); }
H1.HeaderClassName
{
color: #B0BE55;
}
.AnyTagClassName
{
color: #B0BE55;
}
</style>
background-color css
<style>
a { background-color: #B0BE55; }
a { background-color: rgb(176,190,85); }
div.DivClassName
{
background-color: #B0BE55;
}
.BgClassName
{
background-color: #B0BE55;
}
</style>
border-color css
<style>
span { border-color: #B0BE55; }
span { border-color: rgb(176,190,85); }
td.TdClassName
{
border-color: #B0BE55;
}
.TagClassName
{
border-color: #B0BE55;
}
</style>