Shades of Olive Green #B2AD61
Tints of Olive Green #B2AD61
RGB
CMYK
RGB Variations
Color information
#B2AD61 (or 0xB2AD61) is known color: Olive Green. HEX triplet: B2, AD and 61. RGB value is (178,173,97). Sum of RGB (Red+Green+Blue) = 178+173+97=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD61 is #4D529E. Grayscale: #A6A6A6. Windows color (decimal): -5067423 or 6401458. OLE color: 6401458.
HSL color Cylindrical-coordinate representation of color #B2AD61: hue angle of 56.3º degrees, saturation: 0.34, 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 #B2AD61 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 97 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.30 |
| HSL | 56.3º | 0.34% | 0.54% | - |
| HSV(B) | 56.3º | 0.46% | 0.7% | - |
| XYZ | 35.46 | 40.22 | 17.2 | - |
| YUV | 165.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 97 | 0 | 0.03 | 0.46 | 0.30 | 56.3 | 0.34 | 0.54 |
| Hex | B2 | AD | 61 | 0 | 3 | 2E | 1E | 38 | 22 | 36 |
| Octal | 262 | 255 | 141 | 0 | 3 | 56 | 36 | 70 | 42 | 66 |
| Binary | 10110010 | 10101101 | 1100001 | 0 | 11 | 101110 | 11110 | 111000 | 100010 | 110110 |
Color Harmonies of #B2AD61
Complementary color
Monochromatic Colors of #B2AD61
Black with #B2AD61
Text Example
Text Example
White with #B2AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD61; }
p { color: rgb(178,173,97); }
H1.HeaderClassName
{
color: #B2AD61;
}
.AnyTagClassName
{
color: #B2AD61;
}
</style>
background-color css
<style>
a { background-color: #B2AD61; }
a { background-color: rgb(178,173,97); }
div.DivClassName
{
background-color: #B2AD61;
}
.BgClassName
{
background-color: #B2AD61;
}
</style>
border-color css
<style>
span { border-color: #B2AD61; }
span { border-color: rgb(178,173,97); }
td.TdClassName
{
border-color: #B2AD61;
}
.TagClassName
{
border-color: #B2AD61;
}
</style>