Shades of Celery #B9BD4E
Tints of Celery #B9BD4E
RGB
CMYK
RGB Variations
Color information
#B9BD4E (or 0xB9BD4E) is known color: Celery. HEX triplet: B9, BD and 4E. RGB value is (185,189,78). Sum of RGB (Red+Green+Blue) = 185+189+78=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD4E is #4642B1. Grayscale: #AFAFAF. Windows color (decimal): -4604594 or 5160377. OLE color: 5160377.
HSL color Cylindrical-coordinate representation of color #B9BD4E: hue angle of 62.16º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9BD4E is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 78 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.26 |
| HSL | 62.16º | 0.46% | 0.52% | - |
| HSV(B) | 62.16º | 0.59% | 0.74% | - |
| XYZ | 39.58 | 47.26 | 14.24 | - |
| YUV | 175.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 78 | 0.02 | 0 | 0.59 | 0.26 | 62.16 | 0.46 | 0.52 |
| Hex | B9 | BD | 4E | 2 | 0 | 3B | 1A | 3E | 2E | 34 |
| Octal | 271 | 275 | 116 | 2 | 0 | 73 | 32 | 76 | 56 | 64 |
| Binary | 10111001 | 10111101 | 1001110 | 10 | 0 | 111011 | 11010 | 111110 | 101110 | 110100 |
Color Harmonies of #B9BD4E
Complementary color
Monochromatic Colors of #B9BD4E
Black with #B9BD4E
Text Example
Text Example
White with #B9BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD4E; }
p { color: rgb(185,189,78); }
H1.HeaderClassName
{
color: #B9BD4E;
}
.AnyTagClassName
{
color: #B9BD4E;
}
</style>
background-color css
<style>
a { background-color: #B9BD4E; }
a { background-color: rgb(185,189,78); }
div.DivClassName
{
background-color: #B9BD4E;
}
.BgClassName
{
background-color: #B9BD4E;
}
</style>
border-color css
<style>
span { border-color: #B9BD4E; }
span { border-color: rgb(185,189,78); }
td.TdClassName
{
border-color: #B9BD4E;
}
.TagClassName
{
border-color: #B9BD4E;
}
</style>