Shades of Celery #B9BD46
Tints of Celery #B9BD46
RGB
CMYK
RGB Variations
Color information
#B9BD46 (or 0xB9BD46) is known color: Celery. HEX triplet: B9, BD and 46. RGB value is (185,189,70). Sum of RGB (Red+Green+Blue) = 185+189+70=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD46 is #4642B9. Grayscale: #AEAEAE. Windows color (decimal): -4604602 or 4636089. OLE color: 4636089.
HSL color Cylindrical-coordinate representation of color #B9BD46: hue angle of 62.02º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9BD46 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 70 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.26 |
| HSL | 62.02º | 0.47% | 0.51% | - |
| HSV(B) | 62.02º | 0.63% | 0.74% | - |
| XYZ | 39.31 | 47.15 | 12.82 | - |
| YUV | 174.24 | 69.17 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 70 | 0.02 | 0 | 0.63 | 0.26 | 62.02 | 0.47 | 0.51 |
| Hex | B9 | BD | 46 | 2 | 0 | 3F | 1A | 3E | 2F | 33 |
| Octal | 271 | 275 | 106 | 2 | 0 | 77 | 32 | 76 | 57 | 63 |
| Binary | 10111001 | 10111101 | 1000110 | 10 | 0 | 111111 | 11010 | 111110 | 101111 | 110011 |
Color Harmonies of #B9BD46
Complementary color
Monochromatic Colors of #B9BD46
Black with #B9BD46
Text Example
Text Example
White with #B9BD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD46; }
p { color: rgb(185,189,70); }
H1.HeaderClassName
{
color: #B9BD46;
}
.AnyTagClassName
{
color: #B9BD46;
}
</style>
background-color css
<style>
a { background-color: #B9BD46; }
a { background-color: rgb(185,189,70); }
div.DivClassName
{
background-color: #B9BD46;
}
.BgClassName
{
background-color: #B9BD46;
}
</style>
border-color css
<style>
span { border-color: #B9BD46; }
span { border-color: rgb(185,189,70); }
td.TdClassName
{
border-color: #B9BD46;
}
.TagClassName
{
border-color: #B9BD46;
}
</style>