Shades of Celery #B2BC37
Tints of Celery #B2BC37
RGB
CMYK
RGB Variations
Color information
#B2BC37 (or 0xB2BC37) is known color: Celery. HEX triplet: B2, BC and 37. RGB value is (178,188,55). Sum of RGB (Red+Green+Blue) = 178+188+55=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC37 is #4D43C8. Grayscale: #AAAAAA. Windows color (decimal): -5063625 or 3652786. OLE color: 3652786.
HSL color Cylindrical-coordinate representation of color #B2BC37: hue angle of 64.51º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2BC37 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 55 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.26 |
| HSL | 64.51º | 0.55% | 0.48% | - |
| HSV(B) | 64.51º | 0.71% | 0.74% | - |
| XYZ | 37.03 | 45.71 | 10.48 | - |
| YUV | 169.85 | 63.19 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 55 | 0.05 | 0 | 0.71 | 0.26 | 64.51 | 0.55 | 0.48 |
| Hex | B2 | BC | 37 | 5 | 0 | 47 | 1A | 41 | 37 | 30 |
| Octal | 262 | 274 | 67 | 5 | 0 | 107 | 32 | 101 | 67 | 60 |
| Binary | 10110010 | 10111100 | 110111 | 101 | 0 | 1000111 | 11010 | 1000001 | 110111 | 110000 |
Color Harmonies of #B2BC37
Complementary color
Monochromatic Colors of #B2BC37
Black with #B2BC37
Text Example
Text Example
White with #B2BC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC37; }
p { color: rgb(178,188,55); }
H1.HeaderClassName
{
color: #B2BC37;
}
.AnyTagClassName
{
color: #B2BC37;
}
</style>
background-color css
<style>
a { background-color: #B2BC37; }
a { background-color: rgb(178,188,55); }
div.DivClassName
{
background-color: #B2BC37;
}
.BgClassName
{
background-color: #B2BC37;
}
</style>
border-color css
<style>
span { border-color: #B2BC37; }
span { border-color: rgb(178,188,55); }
td.TdClassName
{
border-color: #B2BC37;
}
.TagClassName
{
border-color: #B2BC37;
}
</style>