Shades of Olive Green #B5B24E
Tints of Olive Green #B5B24E
RGB
CMYK
RGB Variations
Color information
#B5B24E (or 0xB5B24E) is known color: Olive Green. HEX triplet: B5, B2 and 4E. RGB value is (181,178,78). Sum of RGB (Red+Green+Blue) = 181+178+78=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5B24E is #4A4DB1. Grayscale: #A7A7A7. Windows color (decimal): -4869554 or 5157557. OLE color: 5157557.
HSL color Cylindrical-coordinate representation of color #B5B24E: hue angle of 58.25º 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 #B5B24E is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 178 | 78 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.29 |
| HSL | 58.25º | 0.41% | 0.51% | - |
| HSV(B) | 58.25º | 0.57% | 0.71% | - |
| XYZ | 36.35 | 42.21 | 13.44 | - |
| YUV | 167.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 178 | 78 | 0 | 0.02 | 0.57 | 0.29 | 58.25 | 0.41 | 0.51 |
| Hex | B5 | B2 | 4E | 0 | 2 | 39 | 1D | 3A | 29 | 33 |
| Octal | 265 | 262 | 116 | 0 | 2 | 71 | 35 | 72 | 51 | 63 |
| Binary | 10110101 | 10110010 | 1001110 | 0 | 10 | 111001 | 11101 | 111010 | 101001 | 110011 |
Color Harmonies of #B5B24E
Complementary color
Monochromatic Colors of #B5B24E
Black with #B5B24E
Text Example
Text Example
White with #B5B24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B24E; }
p { color: rgb(181,178,78); }
H1.HeaderClassName
{
color: #B5B24E;
}
.AnyTagClassName
{
color: #B5B24E;
}
</style>
background-color css
<style>
a { background-color: #B5B24E; }
a { background-color: rgb(181,178,78); }
div.DivClassName
{
background-color: #B5B24E;
}
.BgClassName
{
background-color: #B5B24E;
}
</style>
border-color css
<style>
span { border-color: #B5B24E; }
span { border-color: rgb(181,178,78); }
td.TdClassName
{
border-color: #B5B24E;
}
.TagClassName
{
border-color: #B5B24E;
}
</style>