Shades of Olive Green #B0AF56
Tints of Olive Green #B0AF56
RGB
CMYK
RGB Variations
Color information
#B0AF56 (or 0xB0AF56) is known color: Olive Green. HEX triplet: B0, AF and 56. RGB value is (176,175,86). Sum of RGB (Red+Green+Blue) = 176+175+86=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF56 is #4F50A9. Grayscale: #A5A5A5. Windows color (decimal): -5197994 or 5681072. OLE color: 5681072.
HSL color Cylindrical-coordinate representation of color #B0AF56: hue angle of 59.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0AF56 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 86 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.31 |
| HSL | 59.33º | 0.36% | 0.51% | - |
| HSV(B) | 59.33º | 0.51% | 0.69% | - |
| XYZ | 34.91 | 40.56 | 14.79 | - |
| YUV | 165.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 86 | 0 | 0.01 | 0.51 | 0.31 | 59.33 | 0.36 | 0.51 |
| Hex | B0 | AF | 56 | 0 | 1 | 33 | 1F | 3B | 24 | 33 |
| Octal | 260 | 257 | 126 | 0 | 1 | 63 | 37 | 73 | 44 | 63 |
| Binary | 10110000 | 10101111 | 1010110 | 0 | 1 | 110011 | 11111 | 111011 | 100100 | 110011 |
Color Harmonies of #B0AF56
Complementary color
Monochromatic Colors of #B0AF56
Black with #B0AF56
Text Example
Text Example
White with #B0AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF56; }
p { color: rgb(176,175,86); }
H1.HeaderClassName
{
color: #B0AF56;
}
.AnyTagClassName
{
color: #B0AF56;
}
</style>
background-color css
<style>
a { background-color: #B0AF56; }
a { background-color: rgb(176,175,86); }
div.DivClassName
{
background-color: #B0AF56;
}
.BgClassName
{
background-color: #B0AF56;
}
</style>
border-color css
<style>
span { border-color: #B0AF56; }
span { border-color: rgb(176,175,86); }
td.TdClassName
{
border-color: #B0AF56;
}
.TagClassName
{
border-color: #B0AF56;
}
</style>