Shades of Olivine #9AB863
Tints of Olivine #9AB863
RGB
CMYK
RGB Variations
Color information
#9AB863 (or 0x9AB863) is known color: Olivine. HEX triplet: 9A, B8 and 63. RGB value is (154,184,99). Sum of RGB (Red+Green+Blue) = 154+184+99=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB863 is #65479C. Grayscale: #A5A5A5. Windows color (decimal): -6637469 or 6535322. OLE color: 6535322.
HSL color Cylindrical-coordinate representation of color #9AB863: hue angle of 81.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AB863 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 99 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.28 |
| HSL | 81.18º | 0.37% | 0.55% | - |
| HSV(B) | 81.18º | 0.46% | 0.72% | - |
| XYZ | 32.72 | 42.05 | 18.2 | - |
| YUV | 165.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 99 | 0.16 | 0 | 0.46 | 0.28 | 81.18 | 0.37 | 0.55 |
| Hex | 9A | B8 | 63 | 10 | 0 | 2E | 1C | 51 | 25 | 37 |
| Octal | 232 | 270 | 143 | 20 | 0 | 56 | 34 | 121 | 45 | 67 |
| Binary | 10011010 | 10111000 | 1100011 | 10000 | 0 | 101110 | 11100 | 1010001 | 100101 | 110111 |
Color Harmonies of #9AB863
Complementary color
Monochromatic Colors of #9AB863
Black with #9AB863
Text Example
Text Example
White with #9AB863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB863; }
p { color: rgb(154,184,99); }
H1.HeaderClassName
{
color: #9AB863;
}
.AnyTagClassName
{
color: #9AB863;
}
</style>
background-color css
<style>
a { background-color: #9AB863; }
a { background-color: rgb(154,184,99); }
div.DivClassName
{
background-color: #9AB863;
}
.BgClassName
{
background-color: #9AB863;
}
</style>
border-color css
<style>
span { border-color: #9AB863; }
span { border-color: rgb(154,184,99); }
td.TdClassName
{
border-color: #9AB863;
}
.TagClassName
{
border-color: #9AB863;
}
</style>