Shades of Celery #B9BD3F
Tints of Celery #B9BD3F
RGB
CMYK
RGB Variations
Color information
#B9BD3F (or 0xB9BD3F) is known color: Celery. HEX triplet: B9, BD and 3F. RGB value is (185,189,63). Sum of RGB (Red+Green+Blue) = 185+189+63=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD3F is #4642C0. Grayscale: #ADADAD. Windows color (decimal): -4604609 or 4177337. OLE color: 4177337.
HSL color Cylindrical-coordinate representation of color #B9BD3F: hue angle of 61.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9BD3F is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 189 | 63 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.26 |
| HSL | 61.9º | 0.5% | 0.49% | - |
| HSV(B) | 61.9º | 0.67% | 0.74% | - |
| XYZ | 39.1 | 47.07 | 11.73 | - |
| YUV | 173.44 | 65.67 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 189 | 63 | 0.02 | 0 | 0.67 | 0.26 | 61.9 | 0.5 | 0.49 |
| Hex | B9 | BD | 3F | 2 | 0 | 43 | 1A | 3E | 32 | 31 |
| Octal | 271 | 275 | 77 | 2 | 0 | 103 | 32 | 76 | 62 | 61 |
| Binary | 10111001 | 10111101 | 111111 | 10 | 0 | 1000011 | 11010 | 111110 | 110010 | 110001 |
Color Harmonies of #B9BD3F
Complementary color
Monochromatic Colors of #B9BD3F
Black with #B9BD3F
Text Example
Text Example
White with #B9BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BD3F; }
p { color: rgb(185,189,63); }
H1.HeaderClassName
{
color: #B9BD3F;
}
.AnyTagClassName
{
color: #B9BD3F;
}
</style>
background-color css
<style>
a { background-color: #B9BD3F; }
a { background-color: rgb(185,189,63); }
div.DivClassName
{
background-color: #B9BD3F;
}
.BgClassName
{
background-color: #B9BD3F;
}
</style>
border-color css
<style>
span { border-color: #B9BD3F; }
span { border-color: rgb(185,189,63); }
td.TdClassName
{
border-color: #B9BD3F;
}
.TagClassName
{
border-color: #B9BD3F;
}
</style>