Shades of Olivine #9ABC5E
Tints of Olivine #9ABC5E
RGB
CMYK
RGB Variations
Color information
#9ABC5E (or 0x9ABC5E) is known color: Olivine. HEX triplet: 9A, BC and 5E. RGB value is (154,188,94). Sum of RGB (Red+Green+Blue) = 154+188+94=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC5E is #6543A1. Grayscale: #A7A7A7. Windows color (decimal): -6636450 or 6208666. OLE color: 6208666.
HSL color Cylindrical-coordinate representation of color #9ABC5E: hue angle of 81.7º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ABC5E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 154 | 188 | 94 | - |
CMYK | 0.18 | 0 | 0.50 | 0.26 |
HSL | 81.7º | 0.41% | 0.55% | - |
HSV(B) | 81.7º | 0.5% | 0.74% | - |
XYZ | 33.33 | 43.64 | 17.26 | - |
YUV | 167.12 | 86.74 | 118.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 188 | 94 | 0.18 | 0 | 0.50 | 0.26 | 81.7 | 0.41 | 0.55 |
Hex | 9A | BC | 5E | 12 | 0 | 32 | 1A | 52 | 29 | 37 |
Octal | 232 | 274 | 136 | 22 | 0 | 62 | 32 | 122 | 51 | 67 |
Binary | 10011010 | 10111100 | 1011110 | 10010 | 0 | 110010 | 11010 | 1010010 | 101001 | 110111 |
Color Harmonies of #9ABC5E
Complementary color
Monochromatic Colors of #9ABC5E
Black with #9ABC5E
Text Example
Text Example
White with #9ABC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABC5E; }
p { color: rgb(154,188,94); }
H1.HeaderClassName
{
color: #9ABC5E;
}
.AnyTagClassName
{
color: #9ABC5E;
}
</style>
background-color css
<style>
a { background-color: #9ABC5E; }
a { background-color: rgb(154,188,94); }
div.DivClassName
{
background-color: #9ABC5E;
}
.BgClassName
{
background-color: #9ABC5E;
}
</style>
border-color css
<style>
span { border-color: #9ABC5E; }
span { border-color: rgb(154,188,94); }
td.TdClassName
{
border-color: #9ABC5E;
}
.TagClassName
{
border-color: #9ABC5E;
}
</style>