Shades of Celery #B2BB55
Tints of Celery #B2BB55
RGB
CMYK
RGB Variations
Color information
#B2BB55 (or 0xB2BB55) is known color: Celery. HEX triplet: B2, BB and 55. RGB value is (178,187,85). Sum of RGB (Red+Green+Blue) = 178+187+85=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB55 is #4D44AA. Grayscale: #ADADAD. Windows color (decimal): -5063851 or 5618610. OLE color: 5618610.
HSL color Cylindrical-coordinate representation of color #B2BB55: hue angle of 65.29º 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 #B2BB55 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 85 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.27 |
| HSL | 65.29º | 0.43% | 0.53% | - |
| HSV(B) | 65.29º | 0.55% | 0.73% | - |
| XYZ | 37.77 | 45.66 | 15.42 | - |
| YUV | 172.68 | 78.52 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 85 | 0.05 | 0 | 0.55 | 0.27 | 65.29 | 0.43 | 0.53 |
| Hex | B2 | BB | 55 | 5 | 0 | 37 | 1B | 41 | 2B | 35 |
| Octal | 262 | 273 | 125 | 5 | 0 | 67 | 33 | 101 | 53 | 65 |
| Binary | 10110010 | 10111011 | 1010101 | 101 | 0 | 110111 | 11011 | 1000001 | 101011 | 110101 |
Color Harmonies of #B2BB55
Complementary color
Monochromatic Colors of #B2BB55
Black with #B2BB55
Text Example
Text Example
White with #B2BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB55; }
p { color: rgb(178,187,85); }
H1.HeaderClassName
{
color: #B2BB55;
}
.AnyTagClassName
{
color: #B2BB55;
}
</style>
background-color css
<style>
a { background-color: #B2BB55; }
a { background-color: rgb(178,187,85); }
div.DivClassName
{
background-color: #B2BB55;
}
.BgClassName
{
background-color: #B2BB55;
}
</style>
border-color css
<style>
span { border-color: #B2BB55; }
span { border-color: rgb(178,187,85); }
td.TdClassName
{
border-color: #B2BB55;
}
.TagClassName
{
border-color: #B2BB55;
}
</style>