Shades of Olive Green #B0AF50
Tints of Olive Green #B0AF50
RGB
CMYK
RGB Variations
Color information
#B0AF50 (or 0xB0AF50) is known color: Olive Green. HEX triplet: B0, AF and 50. RGB value is (176,175,80). Sum of RGB (Red+Green+Blue) = 176+175+80=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF50 is #4F50AF. Grayscale: #A4A4A4. Windows color (decimal): -5198000 or 5287856. OLE color: 5287856.
HSL color Cylindrical-coordinate representation of color #B0AF50: hue angle of 59.38º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0AF50 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 80 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.31 |
| HSL | 59.38º | 0.38% | 0.5% | - |
| HSV(B) | 59.38º | 0.55% | 0.69% | - |
| XYZ | 34.68 | 40.47 | 13.57 | - |
| YUV | 164.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 80 | 0 | 0.01 | 0.55 | 0.31 | 59.38 | 0.38 | 0.5 |
| Hex | B0 | AF | 50 | 0 | 1 | 37 | 1F | 3B | 26 | 32 |
| Octal | 260 | 257 | 120 | 0 | 1 | 67 | 37 | 73 | 46 | 62 |
| Binary | 10110000 | 10101111 | 1010000 | 0 | 1 | 110111 | 11111 | 111011 | 100110 | 110010 |
Color Harmonies of #B0AF50
Complementary color
Monochromatic Colors of #B0AF50
Black with #B0AF50
Text Example
Text Example
White with #B0AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF50; }
p { color: rgb(176,175,80); }
H1.HeaderClassName
{
color: #B0AF50;
}
.AnyTagClassName
{
color: #B0AF50;
}
</style>
background-color css
<style>
a { background-color: #B0AF50; }
a { background-color: rgb(176,175,80); }
div.DivClassName
{
background-color: #B0AF50;
}
.BgClassName
{
background-color: #B0AF50;
}
</style>
border-color css
<style>
span { border-color: #B0AF50; }
span { border-color: rgb(176,175,80); }
td.TdClassName
{
border-color: #B0AF50;
}
.TagClassName
{
border-color: #B0AF50;
}
</style>