Shades of Olive Green #A8B55C
Tints of Olive Green #A8B55C
RGB
CMYK
RGB Variations
Color information
#A8B55C (or 0xA8B55C) is known color: Olive Green. HEX triplet: A8, B5 and 5C. RGB value is (168,181,92). Sum of RGB (Red+Green+Blue) = 168+181+92=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B55C is #574AA3. Grayscale: #A7A7A7. Windows color (decimal): -5720740 or 6075816. OLE color: 6075816.
HSL color Cylindrical-coordinate representation of color #A8B55C: hue angle of 68.76º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8B55C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 92 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.29 |
| HSL | 68.76º | 0.38% | 0.54% | - |
| HSV(B) | 68.76º | 0.49% | 0.71% | - |
| XYZ | 34.6 | 42.15 | 16.44 | - |
| YUV | 166.97 | 85.69 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 92 | 0.07 | 0 | 0.49 | 0.29 | 68.76 | 0.38 | 0.54 |
| Hex | A8 | B5 | 5C | 7 | 0 | 31 | 1D | 45 | 26 | 36 |
| Octal | 250 | 265 | 134 | 7 | 0 | 61 | 35 | 105 | 46 | 66 |
| Binary | 10101000 | 10110101 | 1011100 | 111 | 0 | 110001 | 11101 | 1000101 | 100110 | 110110 |
Color Harmonies of #A8B55C
Complementary color
Monochromatic Colors of #A8B55C
Black with #A8B55C
Text Example
Text Example
White with #A8B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B55C; }
p { color: rgb(168,181,92); }
H1.HeaderClassName
{
color: #A8B55C;
}
.AnyTagClassName
{
color: #A8B55C;
}
</style>
background-color css
<style>
a { background-color: #A8B55C; }
a { background-color: rgb(168,181,92); }
div.DivClassName
{
background-color: #A8B55C;
}
.BgClassName
{
background-color: #A8B55C;
}
</style>
border-color css
<style>
span { border-color: #A8B55C; }
span { border-color: rgb(168,181,92); }
td.TdClassName
{
border-color: #A8B55C;
}
.TagClassName
{
border-color: #A8B55C;
}
</style>