Shades of Olive Green #B8AF50
Tints of Olive Green #B8AF50
RGB
CMYK
RGB Variations
Color information
#B8AF50 (or 0xB8AF50) is known color: Olive Green. HEX triplet: B8, AF and 50. RGB value is (184,175,80). Sum of RGB (Red+Green+Blue) = 184+175+80=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF50 is #4750AF. Grayscale: #A7A7A7. Windows color (decimal): -4673712 or 5287864. OLE color: 5287864.
HSL color Cylindrical-coordinate representation of color #B8AF50: hue angle of 54.81º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8AF50 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 80 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.28 |
| HSL | 54.81º | 0.42% | 0.52% | - |
| HSV(B) | 54.81º | 0.57% | 0.72% | - |
| XYZ | 36.55 | 41.43 | 13.66 | - |
| YUV | 166.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 80 | 0 | 0.05 | 0.57 | 0.28 | 54.81 | 0.42 | 0.52 |
| Hex | B8 | AF | 50 | 0 | 5 | 39 | 1C | 37 | 2A | 34 |
| Octal | 270 | 257 | 120 | 0 | 5 | 71 | 34 | 67 | 52 | 64 |
| Binary | 10111000 | 10101111 | 1010000 | 0 | 101 | 111001 | 11100 | 110111 | 101010 | 110100 |
Color Harmonies of #B8AF50
Complementary color
Monochromatic Colors of #B8AF50
Black with #B8AF50
Text Example
Text Example
White with #B8AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF50; }
p { color: rgb(184,175,80); }
H1.HeaderClassName
{
color: #B8AF50;
}
.AnyTagClassName
{
color: #B8AF50;
}
</style>
background-color css
<style>
a { background-color: #B8AF50; }
a { background-color: rgb(184,175,80); }
div.DivClassName
{
background-color: #B8AF50;
}
.BgClassName
{
background-color: #B8AF50;
}
</style>
border-color css
<style>
span { border-color: #B8AF50; }
span { border-color: rgb(184,175,80); }
td.TdClassName
{
border-color: #B8AF50;
}
.TagClassName
{
border-color: #B8AF50;
}
</style>