Shades of Olivine #9ABE62
Tints of Olivine #9ABE62
RGB
CMYK
RGB Variations
Color information
#9ABE62 (or 0x9ABE62) is known color: Olivine. HEX triplet: 9A, BE and 62. RGB value is (154,190,98). Sum of RGB (Red+Green+Blue) = 154+190+98=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABE62 is #65419D. Grayscale: #A9A9A9. Windows color (decimal): -6635934 or 6471322. OLE color: 6471322.
HSL color Cylindrical-coordinate representation of color #9ABE62: hue angle of 83.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ABE62 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 98 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.25 |
| HSL | 83.48º | 0.41% | 0.56% | - |
| HSV(B) | 83.48º | 0.48% | 0.75% | - |
| XYZ | 33.94 | 44.58 | 18.37 | - |
| YUV | 168.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 98 | 0.19 | 0 | 0.48 | 0.25 | 83.48 | 0.41 | 0.56 |
| Hex | 9A | BE | 62 | 13 | 0 | 30 | 19 | 53 | 29 | 38 |
| Octal | 232 | 276 | 142 | 23 | 0 | 60 | 31 | 123 | 51 | 70 |
| Binary | 10011010 | 10111110 | 1100010 | 10011 | 0 | 110000 | 11001 | 1010011 | 101001 | 111000 |
Color Harmonies of #9ABE62
Complementary color
Monochromatic Colors of #9ABE62
Black with #9ABE62
Text Example
Text Example
White with #9ABE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE62; }
p { color: rgb(154,190,98); }
H1.HeaderClassName
{
color: #9ABE62;
}
.AnyTagClassName
{
color: #9ABE62;
}
</style>
background-color css
<style>
a { background-color: #9ABE62; }
a { background-color: rgb(154,190,98); }
div.DivClassName
{
background-color: #9ABE62;
}
.BgClassName
{
background-color: #9ABE62;
}
</style>
border-color css
<style>
span { border-color: #9ABE62; }
span { border-color: rgb(154,190,98); }
td.TdClassName
{
border-color: #9ABE62;
}
.TagClassName
{
border-color: #9ABE62;
}
</style>