Shades of Olive Green #B8AF4F
Tints of Olive Green #B8AF4F
RGB
CMYK
RGB Variations
Color information
#B8AF4F (or 0xB8AF4F) is known color: Olive Green. HEX triplet: B8, AF and 4F. RGB value is (184,175,79). Sum of RGB (Red+Green+Blue) = 184+175+79=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF4F is #4750B0. Grayscale: #A7A7A7. Windows color (decimal): -4673713 or 5222328. OLE color: 5222328.
HSL color Cylindrical-coordinate representation of color #B8AF4F: hue angle of 54.86º degrees, saturation: 0.43, 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 #B8AF4F is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 79 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.28 |
| HSL | 54.86º | 0.43% | 0.52% | - |
| HSV(B) | 54.86º | 0.57% | 0.72% | - |
| XYZ | 36.51 | 41.41 | 13.47 | - |
| YUV | 166.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 79 | 0 | 0.05 | 0.57 | 0.28 | 54.86 | 0.43 | 0.52 |
| Hex | B8 | AF | 4F | 0 | 5 | 39 | 1C | 37 | 2B | 34 |
| Octal | 270 | 257 | 117 | 0 | 5 | 71 | 34 | 67 | 53 | 64 |
| Binary | 10111000 | 10101111 | 1001111 | 0 | 101 | 111001 | 11100 | 110111 | 101011 | 110100 |
Color Harmonies of #B8AF4F
Complementary color
Monochromatic Colors of #B8AF4F
Black with #B8AF4F
Text Example
Text Example
White with #B8AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF4F; }
p { color: rgb(184,175,79); }
H1.HeaderClassName
{
color: #B8AF4F;
}
.AnyTagClassName
{
color: #B8AF4F;
}
</style>
background-color css
<style>
a { background-color: #B8AF4F; }
a { background-color: rgb(184,175,79); }
div.DivClassName
{
background-color: #B8AF4F;
}
.BgClassName
{
background-color: #B8AF4F;
}
</style>
border-color css
<style>
span { border-color: #B8AF4F; }
span { border-color: rgb(184,175,79); }
td.TdClassName
{
border-color: #B8AF4F;
}
.TagClassName
{
border-color: #B8AF4F;
}
</style>