Shades of Celery #B9BD51
Tints of Celery #B9BD51
RGB
CMYK
RGB Variations
Color information
#B9BD51 (or 0xB9BD51) is known color: Celery. HEX triplet: B9, BD and 51. RGB value is (185,189,81). Sum of RGB (Red+Green+Blue) = 185+189+81=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD51 is #4642AE. Grayscale: #AFAFAF. Windows color (decimal): -4604591 or 5356985. OLE color: 5356985.
HSL color Cylindrical-coordinate representation of color #B9BD51: hue angle of 62.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9BD51 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 81 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.26 |
| HSL | 62.22º | 0.45% | 0.53% | - |
| HSV(B) | 62.22º | 0.57% | 0.74% | - |
| XYZ | 39.69 | 47.3 | 14.82 | - |
| YUV | 175.49 | 74.67 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 81 | 0.02 | 0 | 0.57 | 0.26 | 62.22 | 0.45 | 0.53 |
| Hex | B9 | BD | 51 | 2 | 0 | 39 | 1A | 3E | 2D | 35 |
| Octal | 271 | 275 | 121 | 2 | 0 | 71 | 32 | 76 | 55 | 65 |
| Binary | 10111001 | 10111101 | 1010001 | 10 | 0 | 111001 | 11010 | 111110 | 101101 | 110101 |
Color Harmonies of #B9BD51
Complementary color
Monochromatic Colors of #B9BD51
Black with #B9BD51
Text Example
Text Example
White with #B9BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD51; }
p { color: rgb(185,189,81); }
H1.HeaderClassName
{
color: #B9BD51;
}
.AnyTagClassName
{
color: #B9BD51;
}
</style>
background-color css
<style>
a { background-color: #B9BD51; }
a { background-color: rgb(185,189,81); }
div.DivClassName
{
background-color: #B9BD51;
}
.BgClassName
{
background-color: #B9BD51;
}
</style>
border-color css
<style>
span { border-color: #B9BD51; }
span { border-color: rgb(185,189,81); }
td.TdClassName
{
border-color: #B9BD51;
}
.TagClassName
{
border-color: #B9BD51;
}
</style>