Shades of Olive Green #B3AD5E
Tints of Olive Green #B3AD5E
RGB
CMYK
RGB Variations
Color information
#B3AD5E (or 0xB3AD5E) is known color: Olive Green. HEX triplet: B3, AD and 5E. RGB value is (179,173,94). Sum of RGB (Red+Green+Blue) = 179+173+94=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD5E is #4C52A1. Grayscale: #A6A6A6. Windows color (decimal): -5001890 or 6204851. OLE color: 6204851.
HSL color Cylindrical-coordinate representation of color #B3AD5E: hue angle of 55.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3AD5E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 94 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.30 |
| HSL | 55.76º | 0.36% | 0.54% | - |
| HSV(B) | 55.76º | 0.47% | 0.7% | - |
| XYZ | 35.55 | 40.28 | 16.49 | - |
| YUV | 165.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 94 | 0 | 0.03 | 0.47 | 0.30 | 55.76 | 0.36 | 0.54 |
| Hex | B3 | AD | 5E | 0 | 3 | 2F | 1E | 38 | 24 | 36 |
| Octal | 263 | 255 | 136 | 0 | 3 | 57 | 36 | 70 | 44 | 66 |
| Binary | 10110011 | 10101101 | 1011110 | 0 | 11 | 101111 | 11110 | 111000 | 100100 | 110110 |
Color Harmonies of #B3AD5E
Complementary color
Monochromatic Colors of #B3AD5E
Black with #B3AD5E
Text Example
Text Example
White with #B3AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD5E; }
p { color: rgb(179,173,94); }
H1.HeaderClassName
{
color: #B3AD5E;
}
.AnyTagClassName
{
color: #B3AD5E;
}
</style>
background-color css
<style>
a { background-color: #B3AD5E; }
a { background-color: rgb(179,173,94); }
div.DivClassName
{
background-color: #B3AD5E;
}
.BgClassName
{
background-color: #B3AD5E;
}
</style>
border-color css
<style>
span { border-color: #B3AD5E; }
span { border-color: rgb(179,173,94); }
td.TdClassName
{
border-color: #B3AD5E;
}
.TagClassName
{
border-color: #B3AD5E;
}
</style>