Shades of Celery #B2BC47
Tints of Celery #B2BC47
RGB
CMYK
RGB Variations
Color information
#B2BC47 (or 0xB2BC47) is known color: Celery. HEX triplet: B2, BC and 47. RGB value is (178,188,71). Sum of RGB (Red+Green+Blue) = 178+188+71=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC47 is #4D43B8. Grayscale: #ACACAC. Windows color (decimal): -5063609 or 4701362. OLE color: 4701362.
HSL color Cylindrical-coordinate representation of color #B2BC47: hue angle of 65.13º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2BC47 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 188 | 71 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.26 |
| HSL | 65.13º | 0.47% | 0.51% | - |
| HSV(B) | 65.13º | 0.62% | 0.74% | - |
| XYZ | 37.48 | 45.89 | 12.84 | - |
| YUV | 171.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 188 | 71 | 0.05 | 0 | 0.62 | 0.26 | 65.13 | 0.47 | 0.51 |
| Hex | B2 | BC | 47 | 5 | 0 | 3E | 1A | 41 | 2F | 33 |
| Octal | 262 | 274 | 107 | 5 | 0 | 76 | 32 | 101 | 57 | 63 |
| Binary | 10110010 | 10111100 | 1000111 | 101 | 0 | 111110 | 11010 | 1000001 | 101111 | 110011 |
Color Harmonies of #B2BC47
Complementary color
Monochromatic Colors of #B2BC47
Black with #B2BC47
Text Example
Text Example
White with #B2BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BC47; }
p { color: rgb(178,188,71); }
H1.HeaderClassName
{
color: #B2BC47;
}
.AnyTagClassName
{
color: #B2BC47;
}
</style>
background-color css
<style>
a { background-color: #B2BC47; }
a { background-color: rgb(178,188,71); }
div.DivClassName
{
background-color: #B2BC47;
}
.BgClassName
{
background-color: #B2BC47;
}
</style>
border-color css
<style>
span { border-color: #B2BC47; }
span { border-color: rgb(178,188,71); }
td.TdClassName
{
border-color: #B2BC47;
}
.TagClassName
{
border-color: #B2BC47;
}
</style>