Shades of Olive Green #ACB15B
Tints of Olive Green #ACB15B
RGB
CMYK
RGB Variations
Color information
#ACB15B (or 0xACB15B) is known color: Olive Green. HEX triplet: AC, B1 and 5B. RGB value is (172,177,91). Sum of RGB (Red+Green+Blue) = 172+177+91=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB15B is #534EA4. Grayscale: #A6A6A6. Windows color (decimal): -5459621 or 6009260. OLE color: 6009260.
HSL color Cylindrical-coordinate representation of color #ACB15B: hue angle of 63.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB15B is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 91 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.31 |
| HSL | 63.49º | 0.36% | 0.53% | - |
| HSV(B) | 63.49º | 0.49% | 0.69% | - |
| XYZ | 34.62 | 40.97 | 15.98 | - |
| YUV | 165.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 91 | 0.03 | 0 | 0.49 | 0.31 | 63.49 | 0.36 | 0.53 |
| Hex | AC | B1 | 5B | 3 | 0 | 31 | 1F | 3F | 24 | 35 |
| Octal | 254 | 261 | 133 | 3 | 0 | 61 | 37 | 77 | 44 | 65 |
| Binary | 10101100 | 10110001 | 1011011 | 11 | 0 | 110001 | 11111 | 111111 | 100100 | 110101 |
Color Harmonies of #ACB15B
Complementary color
Monochromatic Colors of #ACB15B
Black with #ACB15B
Text Example
Text Example
White with #ACB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB15B; }
p { color: rgb(172,177,91); }
H1.HeaderClassName
{
color: #ACB15B;
}
.AnyTagClassName
{
color: #ACB15B;
}
</style>
background-color css
<style>
a { background-color: #ACB15B; }
a { background-color: rgb(172,177,91); }
div.DivClassName
{
background-color: #ACB15B;
}
.BgClassName
{
background-color: #ACB15B;
}
</style>
border-color css
<style>
span { border-color: #ACB15B; }
span { border-color: rgb(172,177,91); }
td.TdClassName
{
border-color: #ACB15B;
}
.TagClassName
{
border-color: #ACB15B;
}
</style>