Shades of Olivine #9ABA5D
Tints of Olivine #9ABA5D
RGB
CMYK
RGB Variations
Color information
#9ABA5D (or 0x9ABA5D) is known color: Olivine. HEX triplet: 9A, BA and 5D. RGB value is (154,186,93). Sum of RGB (Red+Green+Blue) = 154+186+93=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA5D is #6545A2. Grayscale: #A6A6A6. Windows color (decimal): -6636963 or 6142618. OLE color: 6142618.
HSL color Cylindrical-coordinate representation of color #9ABA5D: hue angle of 80.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ABA5D is Cyan = 0.17, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 186 | 93 | - |
| CMYK | 0.17 | 0 | 0.5 | 0.27 |
| HSL | 80.65º | 0.4% | 0.55% | - |
| HSV(B) | 80.65º | 0.5% | 0.73% | - |
| XYZ | 32.86 | 42.78 | 16.88 | - |
| YUV | 165.83 | 86.9 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 186 | 93 | 0.17 | 0 | 0.5 | 0.27 | 80.65 | 0.4 | 0.55 |
| Hex | 9A | BA | 5D | 11 | 0 | 32 | 1B | 51 | 28 | 37 |
| Octal | 232 | 272 | 135 | 21 | 0 | 62 | 33 | 121 | 50 | 67 |
| Binary | 10011010 | 10111010 | 1011101 | 10001 | 0 | 110010 | 11011 | 1010001 | 101000 | 110111 |
Color Harmonies of #9ABA5D
Complementary color
Monochromatic Colors of #9ABA5D
Black with #9ABA5D
Text Example
Text Example
White with #9ABA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABA5D; }
p { color: rgb(154,186,93); }
H1.HeaderClassName
{
color: #9ABA5D;
}
.AnyTagClassName
{
color: #9ABA5D;
}
</style>
background-color css
<style>
a { background-color: #9ABA5D; }
a { background-color: rgb(154,186,93); }
div.DivClassName
{
background-color: #9ABA5D;
}
.BgClassName
{
background-color: #9ABA5D;
}
</style>
border-color css
<style>
span { border-color: #9ABA5D; }
span { border-color: rgb(154,186,93); }
td.TdClassName
{
border-color: #9ABA5D;
}
.TagClassName
{
border-color: #9ABA5D;
}
</style>