Shades of Celery #B9BA47
Tints of Celery #B9BA47
RGB
CMYK
RGB Variations
Color information
#B9BA47 (or 0xB9BA47) is known color: Celery. HEX triplet: B9, BA and 47. RGB value is (185,186,71). Sum of RGB (Red+Green+Blue) = 185+186+71=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA47 is #4645B8. Grayscale: #ADADAD. Windows color (decimal): -4605369 or 4700857. OLE color: 4700857.
HSL color Cylindrical-coordinate representation of color #B9BA47: hue angle of 60.52º 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 #B9BA47 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 71 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.27 |
| HSL | 60.52º | 0.45% | 0.5% | - |
| HSV(B) | 60.52º | 0.62% | 0.73% | - |
| XYZ | 38.7 | 45.89 | 12.78 | - |
| YUV | 172.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 71 | 0.01 | 0 | 0.62 | 0.27 | 60.52 | 0.45 | 0.5 |
| Hex | B9 | BA | 47 | 1 | 0 | 3E | 1B | 3D | 2D | 32 |
| Octal | 271 | 272 | 107 | 1 | 0 | 76 | 33 | 75 | 55 | 62 |
| Binary | 10111001 | 10111010 | 1000111 | 1 | 0 | 111110 | 11011 | 111101 | 101101 | 110010 |
Color Harmonies of #B9BA47
Complementary color
Monochromatic Colors of #B9BA47
Black with #B9BA47
Text Example
Text Example
White with #B9BA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA47; }
p { color: rgb(185,186,71); }
H1.HeaderClassName
{
color: #B9BA47;
}
.AnyTagClassName
{
color: #B9BA47;
}
</style>
background-color css
<style>
a { background-color: #B9BA47; }
a { background-color: rgb(185,186,71); }
div.DivClassName
{
background-color: #B9BA47;
}
.BgClassName
{
background-color: #B9BA47;
}
</style>
border-color css
<style>
span { border-color: #B9BA47; }
span { border-color: rgb(185,186,71); }
td.TdClassName
{
border-color: #B9BA47;
}
.TagClassName
{
border-color: #B9BA47;
}
</style>