Shades of Celery #B2B947
Tints of Celery #B2B947
RGB
CMYK
RGB Variations
Color information
#B2B947 (or 0xB2B947) is known color: Celery. HEX triplet: B2, B9 and 47. RGB value is (178,185,71). Sum of RGB (Red+Green+Blue) = 178+185+71=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B947 is #4D46B8. Grayscale: #AAAAAA. Windows color (decimal): -5064377 or 4700594. OLE color: 4700594.
HSL color Cylindrical-coordinate representation of color #B2B947: hue angle of 63.68º 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 #B2B947 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 71 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.27 |
| HSL | 63.68º | 0.45% | 0.5% | - |
| HSV(B) | 63.68º | 0.62% | 0.73% | - |
| XYZ | 36.85 | 44.62 | 12.63 | - |
| YUV | 169.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 71 | 0.04 | 0 | 0.62 | 0.27 | 63.68 | 0.45 | 0.5 |
| Hex | B2 | B9 | 47 | 4 | 0 | 3E | 1B | 40 | 2D | 32 |
| Octal | 262 | 271 | 107 | 4 | 0 | 76 | 33 | 100 | 55 | 62 |
| Binary | 10110010 | 10111001 | 1000111 | 100 | 0 | 111110 | 11011 | 1000000 | 101101 | 110010 |
Color Harmonies of #B2B947
Complementary color
Monochromatic Colors of #B2B947
Black with #B2B947
Text Example
Text Example
White with #B2B947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B947; }
p { color: rgb(178,185,71); }
H1.HeaderClassName
{
color: #B2B947;
}
.AnyTagClassName
{
color: #B2B947;
}
</style>
background-color css
<style>
a { background-color: #B2B947; }
a { background-color: rgb(178,185,71); }
div.DivClassName
{
background-color: #B2B947;
}
.BgClassName
{
background-color: #B2B947;
}
</style>
border-color css
<style>
span { border-color: #B2B947; }
span { border-color: rgb(178,185,71); }
td.TdClassName
{
border-color: #B2B947;
}
.TagClassName
{
border-color: #B2B947;
}
</style>