Shades of Celery #B2BA47
Tints of Celery #B2BA47
RGB
CMYK
RGB Variations
Color information
#B2BA47 (or 0xB2BA47) is known color: Celery. HEX triplet: B2, BA and 47. RGB value is (178,186,71). Sum of RGB (Red+Green+Blue) = 178+186+71=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA47 is #4D45B8. Grayscale: #AAAAAA. Windows color (decimal): -5064121 or 4700850. OLE color: 4700850.
HSL color Cylindrical-coordinate representation of color #B2BA47: hue angle of 64.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2BA47 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 71 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.27 |
| HSL | 64.17º | 0.45% | 0.5% | - |
| HSV(B) | 64.17º | 0.62% | 0.73% | - |
| XYZ | 37.06 | 45.04 | 12.7 | - |
| YUV | 170.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 71 | 0.04 | 0 | 0.62 | 0.27 | 64.17 | 0.45 | 0.5 |
| Hex | B2 | BA | 47 | 4 | 0 | 3E | 1B | 40 | 2D | 32 |
| Octal | 262 | 272 | 107 | 4 | 0 | 76 | 33 | 100 | 55 | 62 |
| Binary | 10110010 | 10111010 | 1000111 | 100 | 0 | 111110 | 11011 | 1000000 | 101101 | 110010 |
Color Harmonies of #B2BA47
Complementary color
Monochromatic Colors of #B2BA47
Black with #B2BA47
Text Example
Text Example
White with #B2BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA47; }
p { color: rgb(178,186,71); }
H1.HeaderClassName
{
color: #B2BA47;
}
.AnyTagClassName
{
color: #B2BA47;
}
</style>
background-color css
<style>
a { background-color: #B2BA47; }
a { background-color: rgb(178,186,71); }
div.DivClassName
{
background-color: #B2BA47;
}
.BgClassName
{
background-color: #B2BA47;
}
</style>
border-color css
<style>
span { border-color: #B2BA47; }
span { border-color: rgb(178,186,71); }
td.TdClassName
{
border-color: #B2BA47;
}
.TagClassName
{
border-color: #B2BA47;
}
</style>