Shades of Celery #B9BD4A
Tints of Celery #B9BD4A
RGB
CMYK
RGB Variations
Color information
#B9BD4A (or 0xB9BD4A) is known color: Celery. HEX triplet: B9, BD and 4A. RGB value is (185,189,74). Sum of RGB (Red+Green+Blue) = 185+189+74=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD4A is #4642B5. Grayscale: #AFAFAF. Windows color (decimal): -4604598 or 4898233. OLE color: 4898233.
HSL color Cylindrical-coordinate representation of color #B9BD4A: hue angle of 62.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9BD4A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 74 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.26 |
| HSL | 62.09º | 0.47% | 0.52% | - |
| HSV(B) | 62.09º | 0.61% | 0.74% | - |
| XYZ | 39.44 | 47.2 | 13.51 | - |
| YUV | 174.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 74 | 0.02 | 0 | 0.61 | 0.26 | 62.09 | 0.47 | 0.52 |
| Hex | B9 | BD | 4A | 2 | 0 | 3D | 1A | 3E | 2F | 34 |
| Octal | 271 | 275 | 112 | 2 | 0 | 75 | 32 | 76 | 57 | 64 |
| Binary | 10111001 | 10111101 | 1001010 | 10 | 0 | 111101 | 11010 | 111110 | 101111 | 110100 |
Color Harmonies of #B9BD4A
Complementary color
Monochromatic Colors of #B9BD4A
Black with #B9BD4A
Text Example
Text Example
White with #B9BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD4A; }
p { color: rgb(185,189,74); }
H1.HeaderClassName
{
color: #B9BD4A;
}
.AnyTagClassName
{
color: #B9BD4A;
}
</style>
background-color css
<style>
a { background-color: #B9BD4A; }
a { background-color: rgb(185,189,74); }
div.DivClassName
{
background-color: #B9BD4A;
}
.BgClassName
{
background-color: #B9BD4A;
}
</style>
border-color css
<style>
span { border-color: #B9BD4A; }
span { border-color: rgb(185,189,74); }
td.TdClassName
{
border-color: #B9BD4A;
}
.TagClassName
{
border-color: #B9BD4A;
}
</style>