Shades of Olive Green #B9AF50
Tints of Olive Green #B9AF50
RGB
CMYK
RGB Variations
Color information
#B9AF50 (or 0xB9AF50) is known color: Olive Green. HEX triplet: B9, AF and 50. RGB value is (185,175,80). Sum of RGB (Red+Green+Blue) = 185+175+80=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF50 is #4650AF. Grayscale: #A7A7A7. Windows color (decimal): -4608176 or 5287865. OLE color: 5287865.
HSL color Cylindrical-coordinate representation of color #B9AF50: hue angle of 54.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9AF50 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 80 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.27 |
| HSL | 54.29º | 0.43% | 0.52% | - |
| HSV(B) | 54.29º | 0.57% | 0.73% | - |
| XYZ | 36.79 | 41.55 | 13.67 | - |
| YUV | 167.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 80 | 0 | 0.05 | 0.57 | 0.27 | 54.29 | 0.43 | 0.52 |
| Hex | B9 | AF | 50 | 0 | 5 | 39 | 1B | 36 | 2B | 34 |
| Octal | 271 | 257 | 120 | 0 | 5 | 71 | 33 | 66 | 53 | 64 |
| Binary | 10111001 | 10101111 | 1010000 | 0 | 101 | 111001 | 11011 | 110110 | 101011 | 110100 |
Color Harmonies of #B9AF50
Complementary color
Monochromatic Colors of #B9AF50
Black with #B9AF50
Text Example
Text Example
White with #B9AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF50; }
p { color: rgb(185,175,80); }
H1.HeaderClassName
{
color: #B9AF50;
}
.AnyTagClassName
{
color: #B9AF50;
}
</style>
background-color css
<style>
a { background-color: #B9AF50; }
a { background-color: rgb(185,175,80); }
div.DivClassName
{
background-color: #B9AF50;
}
.BgClassName
{
background-color: #B9AF50;
}
</style>
border-color css
<style>
span { border-color: #B9AF50; }
span { border-color: rgb(185,175,80); }
td.TdClassName
{
border-color: #B9AF50;
}
.TagClassName
{
border-color: #B9AF50;
}
</style>