Shades of Celery #B9BA40
Tints of Celery #B9BA40
RGB
CMYK
RGB Variations
Color information
#B9BA40 (or 0xB9BA40) is known color: Celery. HEX triplet: B9, BA and 40. RGB value is (185,186,64). Sum of RGB (Red+Green+Blue) = 185+186+64=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BA40 is #4645BF. Grayscale: #ACACAC. Windows color (decimal): -4605376 or 4242105. OLE color: 4242105.
HSL color Cylindrical-coordinate representation of color #B9BA40: hue angle of 60.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9BA40 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 186 | 64 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.27 |
| HSL | 60.49º | 0.49% | 0.49% | - |
| HSV(B) | 60.49º | 0.66% | 0.73% | - |
| XYZ | 38.49 | 45.8 | 11.66 | - |
| YUV | 171.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 186 | 64 | 0.01 | 0 | 0.66 | 0.27 | 60.49 | 0.49 | 0.49 |
| Hex | B9 | BA | 40 | 1 | 0 | 42 | 1B | 3C | 31 | 31 |
| Octal | 271 | 272 | 100 | 1 | 0 | 102 | 33 | 74 | 61 | 61 |
| Binary | 10111001 | 10111010 | 1000000 | 1 | 0 | 1000010 | 11011 | 111100 | 110001 | 110001 |
Color Harmonies of #B9BA40
Complementary color
Monochromatic Colors of #B9BA40
Black with #B9BA40
Text Example
Text Example
White with #B9BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BA40; }
p { color: rgb(185,186,64); }
H1.HeaderClassName
{
color: #B9BA40;
}
.AnyTagClassName
{
color: #B9BA40;
}
</style>
background-color css
<style>
a { background-color: #B9BA40; }
a { background-color: rgb(185,186,64); }
div.DivClassName
{
background-color: #B9BA40;
}
.BgClassName
{
background-color: #B9BA40;
}
</style>
border-color css
<style>
span { border-color: #B9BA40; }
span { border-color: rgb(185,186,64); }
td.TdClassName
{
border-color: #B9BA40;
}
.TagClassName
{
border-color: #B9BA40;
}
</style>