Shades of Olive Green #B1AF4D
Tints of Olive Green #B1AF4D
RGB
CMYK
RGB Variations
Color information
#B1AF4D (or 0xB1AF4D) is known color: Olive Green. HEX triplet: B1, AF and 4D. RGB value is (177,175,77). Sum of RGB (Red+Green+Blue) = 177+175+77=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF4D is #4E50B2. Grayscale: #A4A4A4. Windows color (decimal): -5132467 or 5091249. OLE color: 5091249.
HSL color Cylindrical-coordinate representation of color #B1AF4D: hue angle of 58.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1AF4D is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 175 | 77 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.31 |
| HSL | 58.8º | 0.39% | 0.5% | - |
| HSV(B) | 58.8º | 0.56% | 0.69% | - |
| XYZ | 34.8 | 40.54 | 13.01 | - |
| YUV | 164.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 77 | 0 | 0.01 | 0.56 | 0.31 | 58.8 | 0.39 | 0.5 |
| Hex | B1 | AF | 4D | 0 | 1 | 38 | 1F | 3B | 27 | 32 |
| Octal | 261 | 257 | 115 | 0 | 1 | 70 | 37 | 73 | 47 | 62 |
| Binary | 10110001 | 10101111 | 1001101 | 0 | 1 | 111000 | 11111 | 111011 | 100111 | 110010 |
Color Harmonies of #B1AF4D
Complementary color
Monochromatic Colors of #B1AF4D
Black with #B1AF4D
Text Example
Text Example
White with #B1AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AF4D; }
p { color: rgb(177,175,77); }
H1.HeaderClassName
{
color: #B1AF4D;
}
.AnyTagClassName
{
color: #B1AF4D;
}
</style>
background-color css
<style>
a { background-color: #B1AF4D; }
a { background-color: rgb(177,175,77); }
div.DivClassName
{
background-color: #B1AF4D;
}
.BgClassName
{
background-color: #B1AF4D;
}
</style>
border-color css
<style>
span { border-color: #B1AF4D; }
span { border-color: rgb(177,175,77); }
td.TdClassName
{
border-color: #B1AF4D;
}
.TagClassName
{
border-color: #B1AF4D;
}
</style>