Shades of Celery #B9BD4F
Tints of Celery #B9BD4F
RGB
CMYK
RGB Variations
Color information
#B9BD4F (or 0xB9BD4F) is known color: Celery. HEX triplet: B9, BD and 4F. RGB value is (185,189,79). Sum of RGB (Red+Green+Blue) = 185+189+79=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD4F is #4642B0. Grayscale: #AFAFAF. Windows color (decimal): -4604593 or 5225913. OLE color: 5225913.
HSL color Cylindrical-coordinate representation of color #B9BD4F: hue angle of 62.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9BD4F is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 79 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.26 |
| HSL | 62.18º | 0.45% | 0.53% | - |
| HSV(B) | 62.18º | 0.58% | 0.74% | - |
| XYZ | 39.62 | 47.27 | 14.43 | - |
| YUV | 175.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 79 | 0.02 | 0 | 0.58 | 0.26 | 62.18 | 0.45 | 0.53 |
| Hex | B9 | BD | 4F | 2 | 0 | 3A | 1A | 3E | 2D | 35 |
| Octal | 271 | 275 | 117 | 2 | 0 | 72 | 32 | 76 | 55 | 65 |
| Binary | 10111001 | 10111101 | 1001111 | 10 | 0 | 111010 | 11010 | 111110 | 101101 | 110101 |
Color Harmonies of #B9BD4F
Complementary color
Monochromatic Colors of #B9BD4F
Black with #B9BD4F
Text Example
Text Example
White with #B9BD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD4F; }
p { color: rgb(185,189,79); }
H1.HeaderClassName
{
color: #B9BD4F;
}
.AnyTagClassName
{
color: #B9BD4F;
}
</style>
background-color css
<style>
a { background-color: #B9BD4F; }
a { background-color: rgb(185,189,79); }
div.DivClassName
{
background-color: #B9BD4F;
}
.BgClassName
{
background-color: #B9BD4F;
}
</style>
border-color css
<style>
span { border-color: #B9BD4F; }
span { border-color: rgb(185,189,79); }
td.TdClassName
{
border-color: #B9BD4F;
}
.TagClassName
{
border-color: #B9BD4F;
}
</style>