Shades of Olive Green #B8AF52
Tints of Olive Green #B8AF52
RGB
CMYK
RGB Variations
Color information
#B8AF52 (or 0xB8AF52) is known color: Olive Green. HEX triplet: B8, AF and 52. RGB value is (184,175,82). Sum of RGB (Red+Green+Blue) = 184+175+82=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF52 is #4750AD. Grayscale: #A7A7A7. Windows color (decimal): -4673710 or 5418936. OLE color: 5418936.
HSL color Cylindrical-coordinate representation of color #B8AF52: hue angle of 54.71º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8AF52 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 82 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.28 |
| HSL | 54.71º | 0.42% | 0.52% | - |
| HSV(B) | 54.71º | 0.55% | 0.72% | - |
| XYZ | 36.62 | 41.46 | 14.06 | - |
| YUV | 167.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 82 | 0 | 0.05 | 0.55 | 0.28 | 54.71 | 0.42 | 0.52 |
| Hex | B8 | AF | 52 | 0 | 5 | 37 | 1C | 37 | 2A | 34 |
| Octal | 270 | 257 | 122 | 0 | 5 | 67 | 34 | 67 | 52 | 64 |
| Binary | 10111000 | 10101111 | 1010010 | 0 | 101 | 110111 | 11100 | 110111 | 101010 | 110100 |
Color Harmonies of #B8AF52
Complementary color
Monochromatic Colors of #B8AF52
Black with #B8AF52
Text Example
Text Example
White with #B8AF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF52; }
p { color: rgb(184,175,82); }
H1.HeaderClassName
{
color: #B8AF52;
}
.AnyTagClassName
{
color: #B8AF52;
}
</style>
background-color css
<style>
a { background-color: #B8AF52; }
a { background-color: rgb(184,175,82); }
div.DivClassName
{
background-color: #B8AF52;
}
.BgClassName
{
background-color: #B8AF52;
}
</style>
border-color css
<style>
span { border-color: #B8AF52; }
span { border-color: rgb(184,175,82); }
td.TdClassName
{
border-color: #B8AF52;
}
.TagClassName
{
border-color: #B8AF52;
}
</style>