Shades of Olive Green #B5B460
Tints of Olive Green #B5B460
RGB
CMYK
RGB Variations
Color information
#B5B460 (or 0xB5B460) is known color: Olive Green. HEX triplet: B5, B4 and 60. RGB value is (181,180,96). Sum of RGB (Red+Green+Blue) = 181+180+96=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B460 is #4A4B9F. Grayscale: #ABABAB. Windows color (decimal): -4869024 or 6337717. OLE color: 6337717.
HSL color Cylindrical-coordinate representation of color #B5B460: hue angle of 59.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5B460 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 180 | 96 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.29 |
| HSL | 59.29º | 0.36% | 0.54% | - |
| HSV(B) | 59.29º | 0.47% | 0.71% | - |
| XYZ | 37.49 | 43.31 | 17.45 | - |
| YUV | 170.72 | 85.83 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 180 | 96 | 0 | 0.01 | 0.47 | 0.29 | 59.29 | 0.36 | 0.54 |
| Hex | B5 | B4 | 60 | 0 | 1 | 2F | 1D | 3B | 24 | 36 |
| Octal | 265 | 264 | 140 | 0 | 1 | 57 | 35 | 73 | 44 | 66 |
| Binary | 10110101 | 10110100 | 1100000 | 0 | 1 | 101111 | 11101 | 111011 | 100100 | 110110 |
Color Harmonies of #B5B460
Complementary color
Monochromatic Colors of #B5B460
Black with #B5B460
Text Example
Text Example
White with #B5B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B460; }
p { color: rgb(181,180,96); }
H1.HeaderClassName
{
color: #B5B460;
}
.AnyTagClassName
{
color: #B5B460;
}
</style>
background-color css
<style>
a { background-color: #B5B460; }
a { background-color: rgb(181,180,96); }
div.DivClassName
{
background-color: #B5B460;
}
.BgClassName
{
background-color: #B5B460;
}
</style>
border-color css
<style>
span { border-color: #B5B460; }
span { border-color: rgb(181,180,96); }
td.TdClassName
{
border-color: #B5B460;
}
.TagClassName
{
border-color: #B5B460;
}
</style>