Shades of Olive Green #B3AE61
Tints of Olive Green #B3AE61
RGB
CMYK
RGB Variations
Color information
#B3AE61 (or 0xB3AE61) is known color: Olive Green. HEX triplet: B3, AE and 61. RGB value is (179,174,97). Sum of RGB (Red+Green+Blue) = 179+174+97=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE61 is #4C519E. Grayscale: #A7A7A7. Windows color (decimal): -5001631 or 6401715. OLE color: 6401715.
HSL color Cylindrical-coordinate representation of color #B3AE61: hue angle of 56.34º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3AE61 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 174 | 97 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.30 |
| HSL | 56.34º | 0.35% | 0.54% | - |
| HSV(B) | 56.34º | 0.46% | 0.7% | - |
| XYZ | 35.88 | 40.72 | 17.28 | - |
| YUV | 166.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 97 | 0 | 0.03 | 0.46 | 0.30 | 56.34 | 0.35 | 0.54 |
| Hex | B3 | AE | 61 | 0 | 3 | 2E | 1E | 38 | 23 | 36 |
| Octal | 263 | 256 | 141 | 0 | 3 | 56 | 36 | 70 | 43 | 66 |
| Binary | 10110011 | 10101110 | 1100001 | 0 | 11 | 101110 | 11110 | 111000 | 100011 | 110110 |
Color Harmonies of #B3AE61
Complementary color
Monochromatic Colors of #B3AE61
Black with #B3AE61
Text Example
Text Example
White with #B3AE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AE61; }
p { color: rgb(179,174,97); }
H1.HeaderClassName
{
color: #B3AE61;
}
.AnyTagClassName
{
color: #B3AE61;
}
</style>
background-color css
<style>
a { background-color: #B3AE61; }
a { background-color: rgb(179,174,97); }
div.DivClassName
{
background-color: #B3AE61;
}
.BgClassName
{
background-color: #B3AE61;
}
</style>
border-color css
<style>
span { border-color: #B3AE61; }
span { border-color: rgb(179,174,97); }
td.TdClassName
{
border-color: #B3AE61;
}
.TagClassName
{
border-color: #B3AE61;
}
</style>