Shades of Olive Green #B0AD4E
Tints of Olive Green #B0AD4E
RGB
CMYK
RGB Variations
Color information
#B0AD4E (or 0xB0AD4E) is known color: Olive Green. HEX triplet: B0, AD and 4E. RGB value is (176,173,78). Sum of RGB (Red+Green+Blue) = 176+173+78=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 78 (30.86% from 255 or 18.27% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD4E is #4F52B1. Grayscale: #A3A3A3. Windows color (decimal): -5198514 or 5156272. OLE color: 5156272.
HSL color Cylindrical-coordinate representation of color #B0AD4E: hue angle of 58.16º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0AD4E is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 78 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.31 |
| HSL | 58.16º | 0.39% | 0.5% | - |
| HSV(B) | 58.16º | 0.56% | 0.69% | - |
| XYZ | 34.22 | 39.67 | 13.06 | - |
| YUV | 163.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 78 | 0 | 0.02 | 0.56 | 0.31 | 58.16 | 0.39 | 0.5 |
| Hex | B0 | AD | 4E | 0 | 2 | 38 | 1F | 3A | 27 | 32 |
| Octal | 260 | 255 | 116 | 0 | 2 | 70 | 37 | 72 | 47 | 62 |
| Binary | 10110000 | 10101101 | 1001110 | 0 | 10 | 111000 | 11111 | 111010 | 100111 | 110010 |
Color Harmonies of #B0AD4E
Complementary color
Monochromatic Colors of #B0AD4E
Black with #B0AD4E
Text Example
Text Example
White with #B0AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD4E; }
p { color: rgb(176,173,78); }
H1.HeaderClassName
{
color: #B0AD4E;
}
.AnyTagClassName
{
color: #B0AD4E;
}
</style>
background-color css
<style>
a { background-color: #B0AD4E; }
a { background-color: rgb(176,173,78); }
div.DivClassName
{
background-color: #B0AD4E;
}
.BgClassName
{
background-color: #B0AD4E;
}
</style>
border-color css
<style>
span { border-color: #B0AD4E; }
span { border-color: rgb(176,173,78); }
td.TdClassName
{
border-color: #B0AD4E;
}
.TagClassName
{
border-color: #B0AD4E;
}
</style>