Shades of Olive Green #B9B963
Tints of Olive Green #B9B963
RGB
CMYK
RGB Variations
Color information
#B9B963 (or 0xB9B963) is known color: Olive Green. HEX triplet: B9, B9 and 63. RGB value is (185,185,99). Sum of RGB (Red+Green+Blue) = 185+185+99=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B963 is #46469C. Grayscale: #AFAFAF. Windows color (decimal): -4605597 or 6535609. OLE color: 6535609.
HSL color Cylindrical-coordinate representation of color #B9B963: hue angle of 60º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9B963 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 185 | 99 | - |
| CMYK | 0 | 0 | 0.46 | 0.27 |
| HSL | 60º | 0.38% | 0.56% | - |
| HSV(B) | 60º | 0.46% | 0.73% | - |
| XYZ | 39.61 | 45.91 | 18.58 | - |
| YUV | 175.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 185 | 99 | 0 | 0 | 0.46 | 0.27 | 60 | 0.38 | 0.56 |
| Hex | B9 | B9 | 63 | 0 | 0 | 2E | 1B | 3C | 26 | 38 |
| Octal | 271 | 271 | 143 | 0 | 0 | 56 | 33 | 74 | 46 | 70 |
| Binary | 10111001 | 10111001 | 1100011 | 0 | 0 | 101110 | 11011 | 111100 | 100110 | 111000 |
Color Harmonies of #B9B963
Complementary color
Monochromatic Colors of #B9B963
Black with #B9B963
Text Example
Text Example
White with #B9B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B963; }
p { color: rgb(185,185,99); }
H1.HeaderClassName
{
color: #B9B963;
}
.AnyTagClassName
{
color: #B9B963;
}
</style>
background-color css
<style>
a { background-color: #B9B963; }
a { background-color: rgb(185,185,99); }
div.DivClassName
{
background-color: #B9B963;
}
.BgClassName
{
background-color: #B9B963;
}
</style>
border-color css
<style>
span { border-color: #B9B963; }
span { border-color: rgb(185,185,99); }
td.TdClassName
{
border-color: #B9B963;
}
.TagClassName
{
border-color: #B9B963;
}
</style>