Shades of Olive Green #B5AF4E
Tints of Olive Green #B5AF4E
RGB
CMYK
RGB Variations
Color information
#B5AF4E (or 0xB5AF4E) is known color: Olive Green. HEX triplet: B5, AF and 4E. RGB value is (181,175,78). Sum of RGB (Red+Green+Blue) = 181+175+78=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF4E is #4A50B1. Grayscale: #A6A6A6. Windows color (decimal): -4870322 or 5156789. OLE color: 5156789.
HSL color Cylindrical-coordinate representation of color #B5AF4E: hue angle of 56.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5AF4E is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 78 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.29 |
| HSL | 56.5º | 0.41% | 0.51% | - |
| HSV(B) | 56.5º | 0.57% | 0.71% | - |
| XYZ | 35.76 | 41.03 | 13.24 | - |
| YUV | 165.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 78 | 0 | 0.03 | 0.57 | 0.29 | 56.5 | 0.41 | 0.51 |
| Hex | B5 | AF | 4E | 0 | 3 | 39 | 1D | 39 | 29 | 33 |
| Octal | 265 | 257 | 116 | 0 | 3 | 71 | 35 | 71 | 51 | 63 |
| Binary | 10110101 | 10101111 | 1001110 | 0 | 11 | 111001 | 11101 | 111001 | 101001 | 110011 |
Color Harmonies of #B5AF4E
Complementary color
Monochromatic Colors of #B5AF4E
Black with #B5AF4E
Text Example
Text Example
White with #B5AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF4E; }
p { color: rgb(181,175,78); }
H1.HeaderClassName
{
color: #B5AF4E;
}
.AnyTagClassName
{
color: #B5AF4E;
}
</style>
background-color css
<style>
a { background-color: #B5AF4E; }
a { background-color: rgb(181,175,78); }
div.DivClassName
{
background-color: #B5AF4E;
}
.BgClassName
{
background-color: #B5AF4E;
}
</style>
border-color css
<style>
span { border-color: #B5AF4E; }
span { border-color: rgb(181,175,78); }
td.TdClassName
{
border-color: #B5AF4E;
}
.TagClassName
{
border-color: #B5AF4E;
}
</style>