Shades of Olive Green #B0AF62
Tints of Olive Green #B0AF62
RGB
CMYK
RGB Variations
Color information
#B0AF62 (or 0xB0AF62) is known color: Olive Green. HEX triplet: B0, AF and 62. RGB value is (176,175,98). Sum of RGB (Red+Green+Blue) = 176+175+98=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF62 is #4F509D. Grayscale: #A6A6A6. Windows color (decimal): -5197982 or 6467504. OLE color: 6467504.
HSL color Cylindrical-coordinate representation of color #B0AF62: hue angle of 59.23º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0AF62 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 98 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.31 |
| HSL | 59.23º | 0.33% | 0.54% | - |
| HSV(B) | 59.23º | 0.44% | 0.69% | - |
| XYZ | 35.44 | 40.77 | 17.56 | - |
| YUV | 166.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 98 | 0 | 0.01 | 0.44 | 0.31 | 59.23 | 0.33 | 0.54 |
| Hex | B0 | AF | 62 | 0 | 1 | 2C | 1F | 3B | 21 | 36 |
| Octal | 260 | 257 | 142 | 0 | 1 | 54 | 37 | 73 | 41 | 66 |
| Binary | 10110000 | 10101111 | 1100010 | 0 | 1 | 101100 | 11111 | 111011 | 100001 | 110110 |
Color Harmonies of #B0AF62
Complementary color
Monochromatic Colors of #B0AF62
Black with #B0AF62
Text Example
Text Example
White with #B0AF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF62; }
p { color: rgb(176,175,98); }
H1.HeaderClassName
{
color: #B0AF62;
}
.AnyTagClassName
{
color: #B0AF62;
}
</style>
background-color css
<style>
a { background-color: #B0AF62; }
a { background-color: rgb(176,175,98); }
div.DivClassName
{
background-color: #B0AF62;
}
.BgClassName
{
background-color: #B0AF62;
}
</style>
border-color css
<style>
span { border-color: #B0AF62; }
span { border-color: rgb(176,175,98); }
td.TdClassName
{
border-color: #B0AF62;
}
.TagClassName
{
border-color: #B0AF62;
}
</style>