Shades of Olive Green #B1AC58
Tints of Olive Green #B1AC58
RGB
CMYK
RGB Variations
Color information
#B1AC58 (or 0xB1AC58) is known color: Olive Green. HEX triplet: B1, AC and 58. RGB value is (177,172,88). Sum of RGB (Red+Green+Blue) = 177+172+88=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC58 is #4E53A7. Grayscale: #A4A4A4. Windows color (decimal): -5133224 or 5811377. OLE color: 5811377.
HSL color Cylindrical-coordinate representation of color #B1AC58: hue angle of 56.63º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1AC58 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 172 | 88 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.31 |
| HSL | 56.63º | 0.36% | 0.52% | - |
| HSV(B) | 56.63º | 0.5% | 0.69% | - |
| XYZ | 34.65 | 39.56 | 15.04 | - |
| YUV | 163.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 172 | 88 | 0 | 0.03 | 0.50 | 0.31 | 56.63 | 0.36 | 0.52 |
| Hex | B1 | AC | 58 | 0 | 3 | 32 | 1F | 39 | 24 | 34 |
| Octal | 261 | 254 | 130 | 0 | 3 | 62 | 37 | 71 | 44 | 64 |
| Binary | 10110001 | 10101100 | 1011000 | 0 | 11 | 110010 | 11111 | 111001 | 100100 | 110100 |
Color Harmonies of #B1AC58
Complementary color
Monochromatic Colors of #B1AC58
Black with #B1AC58
Text Example
Text Example
White with #B1AC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AC58; }
p { color: rgb(177,172,88); }
H1.HeaderClassName
{
color: #B1AC58;
}
.AnyTagClassName
{
color: #B1AC58;
}
</style>
background-color css
<style>
a { background-color: #B1AC58; }
a { background-color: rgb(177,172,88); }
div.DivClassName
{
background-color: #B1AC58;
}
.BgClassName
{
background-color: #B1AC58;
}
</style>
border-color css
<style>
span { border-color: #B1AC58; }
span { border-color: rgb(177,172,88); }
td.TdClassName
{
border-color: #B1AC58;
}
.TagClassName
{
border-color: #B1AC58;
}
</style>