Shades of Olive Green #B5B966
Tints of Olive Green #B5B966
RGB
CMYK
RGB Variations
Color information
#B5B966 (or 0xB5B966) is known color: Olive Green. HEX triplet: B5, B9 and 66. RGB value is (181,185,102). Sum of RGB (Red+Green+Blue) = 181+185+102=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 102 (40.23% from 255 or 21.79% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B966 is #4A4699. Grayscale: #AEAEAE. Windows color (decimal): -4867738 or 6732213. OLE color: 6732213.
HSL color Cylindrical-coordinate representation of color #B5B966: hue angle of 62.89º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5B966 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 102 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.27 |
| HSL | 62.89º | 0.37% | 0.56% | - |
| HSV(B) | 62.89º | 0.45% | 0.73% | - |
| XYZ | 38.8 | 45.48 | 19.3 | - |
| YUV | 174.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 102 | 0.02 | 0 | 0.45 | 0.27 | 62.89 | 0.37 | 0.56 |
| Hex | B5 | B9 | 66 | 2 | 0 | 2D | 1B | 3F | 25 | 38 |
| Octal | 265 | 271 | 146 | 2 | 0 | 55 | 33 | 77 | 45 | 70 |
| Binary | 10110101 | 10111001 | 1100110 | 10 | 0 | 101101 | 11011 | 111111 | 100101 | 111000 |
Color Harmonies of #B5B966
Complementary color
Monochromatic Colors of #B5B966
Black with #B5B966
Text Example
Text Example
White with #B5B966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B966; }
p { color: rgb(181,185,102); }
H1.HeaderClassName
{
color: #B5B966;
}
.AnyTagClassName
{
color: #B5B966;
}
</style>
background-color css
<style>
a { background-color: #B5B966; }
a { background-color: rgb(181,185,102); }
div.DivClassName
{
background-color: #B5B966;
}
.BgClassName
{
background-color: #B5B966;
}
</style>
border-color css
<style>
span { border-color: #B5B966; }
span { border-color: rgb(181,185,102); }
td.TdClassName
{
border-color: #B5B966;
}
.TagClassName
{
border-color: #B5B966;
}
</style>