Shades of Olivine #9ABC5B
Tints of Olivine #9ABC5B
RGB
CMYK
RGB Variations
Color information
#9ABC5B (or 0x9ABC5B) is known color: Olivine. HEX triplet: 9A, BC and 5B. RGB value is (154,188,91). Sum of RGB (Red+Green+Blue) = 154+188+91=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC5B is #6543A4. Grayscale: #A7A7A7. Windows color (decimal): -6636453 or 6012058. OLE color: 6012058.
HSL color Cylindrical-coordinate representation of color #9ABC5B: hue angle of 81.03º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ABC5B is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 188 | 91 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.26 |
| HSL | 81.03º | 0.42% | 0.55% | - |
| HSV(B) | 81.03º | 0.52% | 0.74% | - |
| XYZ | 33.2 | 43.59 | 16.56 | - |
| YUV | 166.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 188 | 91 | 0.18 | 0 | 0.52 | 0.26 | 81.03 | 0.42 | 0.55 |
| Hex | 9A | BC | 5B | 12 | 0 | 34 | 1A | 51 | 2A | 37 |
| Octal | 232 | 274 | 133 | 22 | 0 | 64 | 32 | 121 | 52 | 67 |
| Binary | 10011010 | 10111100 | 1011011 | 10010 | 0 | 110100 | 11010 | 1010001 | 101010 | 110111 |
Color Harmonies of #9ABC5B
Complementary color
Monochromatic Colors of #9ABC5B
Black with #9ABC5B
Text Example
Text Example
White with #9ABC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC5B; }
p { color: rgb(154,188,91); }
H1.HeaderClassName
{
color: #9ABC5B;
}
.AnyTagClassName
{
color: #9ABC5B;
}
</style>
background-color css
<style>
a { background-color: #9ABC5B; }
a { background-color: rgb(154,188,91); }
div.DivClassName
{
background-color: #9ABC5B;
}
.BgClassName
{
background-color: #9ABC5B;
}
</style>
border-color css
<style>
span { border-color: #9ABC5B; }
span { border-color: rgb(154,188,91); }
td.TdClassName
{
border-color: #9ABC5B;
}
.TagClassName
{
border-color: #9ABC5B;
}
</style>