Shades of Olive Green #B2AD4E
Tints of Olive Green #B2AD4E
RGB
CMYK
RGB Variations
Color information
#B2AD4E (or 0xB2AD4E) is known color: Olive Green. HEX triplet: B2, AD and 4E. RGB value is (178,173,78). Sum of RGB (Red+Green+Blue) = 178+173+78=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD4E is #4D52B1. Grayscale: #A4A4A4. Windows color (decimal): -5067442 or 5156274. OLE color: 5156274.
HSL color Cylindrical-coordinate representation of color #B2AD4E: hue angle of 57º 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 #B2AD4E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 78 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.30 |
| HSL | 57º | 0.39% | 0.5% | - |
| HSV(B) | 57º | 0.56% | 0.7% | - |
| XYZ | 34.68 | 39.9 | 13.08 | - |
| YUV | 163.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 78 | 0 | 0.03 | 0.56 | 0.30 | 57 | 0.39 | 0.5 |
| Hex | B2 | AD | 4E | 0 | 3 | 38 | 1E | 39 | 27 | 32 |
| Octal | 262 | 255 | 116 | 0 | 3 | 70 | 36 | 71 | 47 | 62 |
| Binary | 10110010 | 10101101 | 1001110 | 0 | 11 | 111000 | 11110 | 111001 | 100111 | 110010 |
Color Harmonies of #B2AD4E
Complementary color
Monochromatic Colors of #B2AD4E
Black with #B2AD4E
Text Example
Text Example
White with #B2AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD4E; }
p { color: rgb(178,173,78); }
H1.HeaderClassName
{
color: #B2AD4E;
}
.AnyTagClassName
{
color: #B2AD4E;
}
</style>
background-color css
<style>
a { background-color: #B2AD4E; }
a { background-color: rgb(178,173,78); }
div.DivClassName
{
background-color: #B2AD4E;
}
.BgClassName
{
background-color: #B2AD4E;
}
</style>
border-color css
<style>
span { border-color: #B2AD4E; }
span { border-color: rgb(178,173,78); }
td.TdClassName
{
border-color: #B2AD4E;
}
.TagClassName
{
border-color: #B2AD4E;
}
</style>