Shades of Olive Green #B2B24E
Tints of Olive Green #B2B24E
RGB
CMYK
RGB Variations
Color information
#B2B24E (or 0xB2B24E) is known color: Olive Green. HEX triplet: B2, B2 and 4E. RGB value is (178,178,78). Sum of RGB (Red+Green+Blue) = 178+178+78=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B24E is #4D4DB1. Grayscale: #A7A7A7. Windows color (decimal): -5066162 or 5157554. OLE color: 5157554.
HSL color Cylindrical-coordinate representation of color #B2B24E: hue angle of 60º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2B24E is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 178 | 78 | - |
| CMYK | 0 | 0 | 0.56 | 0.30 |
| HSL | 60º | 0.39% | 0.5% | - |
| HSV(B) | 60º | 0.56% | 0.7% | - |
| XYZ | 35.66 | 41.86 | 13.41 | - |
| YUV | 166.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 78 | 0 | 0 | 0.56 | 0.30 | 60 | 0.39 | 0.5 |
| Hex | B2 | B2 | 4E | 0 | 0 | 38 | 1E | 3C | 27 | 32 |
| Octal | 262 | 262 | 116 | 0 | 0 | 70 | 36 | 74 | 47 | 62 |
| Binary | 10110010 | 10110010 | 1001110 | 0 | 0 | 111000 | 11110 | 111100 | 100111 | 110010 |
Color Harmonies of #B2B24E
Complementary color
Monochromatic Colors of #B2B24E
Black with #B2B24E
Text Example
Text Example
White with #B2B24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B24E; }
p { color: rgb(178,178,78); }
H1.HeaderClassName
{
color: #B2B24E;
}
.AnyTagClassName
{
color: #B2B24E;
}
</style>
background-color css
<style>
a { background-color: #B2B24E; }
a { background-color: rgb(178,178,78); }
div.DivClassName
{
background-color: #B2B24E;
}
.BgClassName
{
background-color: #B2B24E;
}
</style>
border-color css
<style>
span { border-color: #B2B24E; }
span { border-color: rgb(178,178,78); }
td.TdClassName
{
border-color: #B2B24E;
}
.TagClassName
{
border-color: #B2B24E;
}
</style>