Shades of Olive Green #B3AF4D
Tints of Olive Green #B3AF4D
RGB
CMYK
RGB Variations
Color information
#B3AF4D (or 0xB3AF4D) is known color: Olive Green. HEX triplet: B3, AF and 4D. RGB value is (179,175,77). Sum of RGB (Red+Green+Blue) = 179+175+77=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF4D is #4C50B2. Grayscale: #A5A5A5. Windows color (decimal): -5001395 or 5091251. OLE color: 5091251.
HSL color Cylindrical-coordinate representation of color #B3AF4D: hue angle of 57.65º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3AF4D is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 77 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.30 |
| HSL | 57.65º | 0.4% | 0.5% | - |
| HSV(B) | 57.65º | 0.57% | 0.7% | - |
| XYZ | 35.26 | 40.78 | 13.03 | - |
| YUV | 165.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 77 | 0 | 0.02 | 0.57 | 0.30 | 57.65 | 0.4 | 0.5 |
| Hex | B3 | AF | 4D | 0 | 2 | 39 | 1E | 3A | 28 | 32 |
| Octal | 263 | 257 | 115 | 0 | 2 | 71 | 36 | 72 | 50 | 62 |
| Binary | 10110011 | 10101111 | 1001101 | 0 | 10 | 111001 | 11110 | 111010 | 101000 | 110010 |
Color Harmonies of #B3AF4D
Complementary color
Monochromatic Colors of #B3AF4D
Black with #B3AF4D
Text Example
Text Example
White with #B3AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF4D; }
p { color: rgb(179,175,77); }
H1.HeaderClassName
{
color: #B3AF4D;
}
.AnyTagClassName
{
color: #B3AF4D;
}
</style>
background-color css
<style>
a { background-color: #B3AF4D; }
a { background-color: rgb(179,175,77); }
div.DivClassName
{
background-color: #B3AF4D;
}
.BgClassName
{
background-color: #B3AF4D;
}
</style>
border-color css
<style>
span { border-color: #B3AF4D; }
span { border-color: rgb(179,175,77); }
td.TdClassName
{
border-color: #B3AF4D;
}
.TagClassName
{
border-color: #B3AF4D;
}
</style>