Shades of Olive Green #B1AC5C
Tints of Olive Green #B1AC5C
RGB
CMYK
RGB Variations
Color information
#B1AC5C (or 0xB1AC5C) is known color: Olive Green. HEX triplet: B1, AC and 5C. RGB value is (177,172,92). Sum of RGB (Red+Green+Blue) = 177+172+92=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC5C is #4E53A3. Grayscale: #A4A4A4. Windows color (decimal): -5133220 or 6073521. OLE color: 6073521.
HSL color Cylindrical-coordinate representation of color #B1AC5C: hue angle of 56.47º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1AC5C is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 92 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.31 |
| HSL | 56.47º | 0.35% | 0.53% | - |
| HSV(B) | 56.47º | 0.48% | 0.69% | - |
| XYZ | 34.82 | 39.62 | 15.94 | - |
| YUV | 164.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 92 | 0 | 0.03 | 0.48 | 0.31 | 56.47 | 0.35 | 0.53 |
| Hex | B1 | AC | 5C | 0 | 3 | 30 | 1F | 38 | 23 | 35 |
| Octal | 261 | 254 | 134 | 0 | 3 | 60 | 37 | 70 | 43 | 65 |
| Binary | 10110001 | 10101100 | 1011100 | 0 | 11 | 110000 | 11111 | 111000 | 100011 | 110101 |
Color Harmonies of #B1AC5C
Complementary color
Monochromatic Colors of #B1AC5C
Black with #B1AC5C
Text Example
Text Example
White with #B1AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC5C; }
p { color: rgb(177,172,92); }
H1.HeaderClassName
{
color: #B1AC5C;
}
.AnyTagClassName
{
color: #B1AC5C;
}
</style>
background-color css
<style>
a { background-color: #B1AC5C; }
a { background-color: rgb(177,172,92); }
div.DivClassName
{
background-color: #B1AC5C;
}
.BgClassName
{
background-color: #B1AC5C;
}
</style>
border-color css
<style>
span { border-color: #B1AC5C; }
span { border-color: rgb(177,172,92); }
td.TdClassName
{
border-color: #B1AC5C;
}
.TagClassName
{
border-color: #B1AC5C;
}
</style>