Shades of Celery #B9BC3F
Tints of Celery #B9BC3F
RGB
CMYK
RGB Variations
Color information
#B9BC3F (or 0xB9BC3F) is known color: Celery. HEX triplet: B9, BC and 3F. RGB value is (185,188,63). Sum of RGB (Red+Green+Blue) = 185+188+63=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC3F is #4643C0. Grayscale: #ADADAD. Windows color (decimal): -4604865 or 4177081. OLE color: 4177081.
HSL color Cylindrical-coordinate representation of color #B9BC3F: hue angle of 61.44º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9BC3F is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 188 | 63 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.26 |
| HSL | 61.44º | 0.5% | 0.49% | - |
| HSV(B) | 61.44º | 0.66% | 0.74% | - |
| XYZ | 38.89 | 46.64 | 11.66 | - |
| YUV | 172.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 188 | 63 | 0.02 | 0 | 0.66 | 0.26 | 61.44 | 0.5 | 0.49 |
| Hex | B9 | BC | 3F | 2 | 0 | 42 | 1A | 3D | 32 | 31 |
| Octal | 271 | 274 | 77 | 2 | 0 | 102 | 32 | 75 | 62 | 61 |
| Binary | 10111001 | 10111100 | 111111 | 10 | 0 | 1000010 | 11010 | 111101 | 110010 | 110001 |
Color Harmonies of #B9BC3F
Complementary color
Monochromatic Colors of #B9BC3F
Black with #B9BC3F
Text Example
Text Example
White with #B9BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BC3F; }
p { color: rgb(185,188,63); }
H1.HeaderClassName
{
color: #B9BC3F;
}
.AnyTagClassName
{
color: #B9BC3F;
}
</style>
background-color css
<style>
a { background-color: #B9BC3F; }
a { background-color: rgb(185,188,63); }
div.DivClassName
{
background-color: #B9BC3F;
}
.BgClassName
{
background-color: #B9BC3F;
}
</style>
border-color css
<style>
span { border-color: #B9BC3F; }
span { border-color: rgb(185,188,63); }
td.TdClassName
{
border-color: #B9BC3F;
}
.TagClassName
{
border-color: #B9BC3F;
}
</style>