Shades of Olive Green #B2B14E
Tints of Olive Green #B2B14E
RGB
CMYK
RGB Variations
Color information
#B2B14E (or 0xB2B14E) is known color: Olive Green. HEX triplet: B2, B1 and 4E. RGB value is (178,177,78). Sum of RGB (Red+Green+Blue) = 178+177+78=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B14E is #4D4EB1. Grayscale: #A6A6A6. Windows color (decimal): -5066418 or 5157298. OLE color: 5157298.
HSL color Cylindrical-coordinate representation of color #B2B14E: hue angle of 59.4º 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 #B2B14E is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 78 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.30 |
| HSL | 59.4º | 0.39% | 0.5% | - |
| HSV(B) | 59.4º | 0.56% | 0.7% | - |
| XYZ | 35.46 | 41.46 | 13.34 | - |
| YUV | 166.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 78 | 0 | 0.01 | 0.56 | 0.30 | 59.4 | 0.39 | 0.5 |
| Hex | B2 | B1 | 4E | 0 | 1 | 38 | 1E | 3B | 27 | 32 |
| Octal | 262 | 261 | 116 | 0 | 1 | 70 | 36 | 73 | 47 | 62 |
| Binary | 10110010 | 10110001 | 1001110 | 0 | 1 | 111000 | 11110 | 111011 | 100111 | 110010 |
Color Harmonies of #B2B14E
Complementary color
Monochromatic Colors of #B2B14E
Black with #B2B14E
Text Example
Text Example
White with #B2B14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B14E; }
p { color: rgb(178,177,78); }
H1.HeaderClassName
{
color: #B2B14E;
}
.AnyTagClassName
{
color: #B2B14E;
}
</style>
background-color css
<style>
a { background-color: #B2B14E; }
a { background-color: rgb(178,177,78); }
div.DivClassName
{
background-color: #B2B14E;
}
.BgClassName
{
background-color: #B2B14E;
}
</style>
border-color css
<style>
span { border-color: #B2B14E; }
span { border-color: rgb(178,177,78); }
td.TdClassName
{
border-color: #B2B14E;
}
.TagClassName
{
border-color: #B2B14E;
}
</style>