Shades of Celery #B5BB55
Tints of Celery #B5BB55
RGB
CMYK
RGB Variations
Color information
#B5BB55 (or 0xB5BB55) is known color: Celery. HEX triplet: B5, BB and 55. RGB value is (181,187,85). Sum of RGB (Red+Green+Blue) = 181+187+85=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BB55 is #4A44AA. Grayscale: #ADADAD. Windows color (decimal): -4867243 or 5618613. OLE color: 5618613.
HSL color Cylindrical-coordinate representation of color #B5BB55: hue angle of 63.53º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5BB55 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 85 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.27 |
| HSL | 63.53º | 0.43% | 0.53% | - |
| HSV(B) | 63.53º | 0.55% | 0.73% | - |
| XYZ | 38.47 | 46.02 | 15.45 | - |
| YUV | 173.58 | 78.01 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 85 | 0.03 | 0 | 0.55 | 0.27 | 63.53 | 0.43 | 0.53 |
| Hex | B5 | BB | 55 | 3 | 0 | 37 | 1B | 40 | 2B | 35 |
| Octal | 265 | 273 | 125 | 3 | 0 | 67 | 33 | 100 | 53 | 65 |
| Binary | 10110101 | 10111011 | 1010101 | 11 | 0 | 110111 | 11011 | 1000000 | 101011 | 110101 |
Color Harmonies of #B5BB55
Complementary color
Monochromatic Colors of #B5BB55
Black with #B5BB55
Text Example
Text Example
White with #B5BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BB55; }
p { color: rgb(181,187,85); }
H1.HeaderClassName
{
color: #B5BB55;
}
.AnyTagClassName
{
color: #B5BB55;
}
</style>
background-color css
<style>
a { background-color: #B5BB55; }
a { background-color: rgb(181,187,85); }
div.DivClassName
{
background-color: #B5BB55;
}
.BgClassName
{
background-color: #B5BB55;
}
</style>
border-color css
<style>
span { border-color: #B5BB55; }
span { border-color: rgb(181,187,85); }
td.TdClassName
{
border-color: #B5BB55;
}
.TagClassName
{
border-color: #B5BB55;
}
</style>