Shades of Olivine #9AB26A
Tints of Olivine #9AB26A
RGB
CMYK
RGB Variations
Color information
#9AB26A (or 0x9AB26A) is known color: Olivine. HEX triplet: 9A, B2 and 6A. RGB value is (154,178,106). Sum of RGB (Red+Green+Blue) = 154+178+106=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB26A is #654D95. Grayscale: #A2A2A2. Windows color (decimal): -6638998 or 6992538. OLE color: 6992538.
HSL color Cylindrical-coordinate representation of color #9AB26A: hue angle of 80º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AB26A is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 106 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.30 |
| HSL | 80º | 0.32% | 0.56% | - |
| HSV(B) | 80º | 0.4% | 0.7% | - |
| XYZ | 31.85 | 39.75 | 19.63 | - |
| YUV | 162.62 | 96.05 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 106 | 0.13 | 0 | 0.40 | 0.30 | 80 | 0.32 | 0.56 |
| Hex | 9A | B2 | 6A | D | 0 | 28 | 1E | 50 | 20 | 38 |
| Octal | 232 | 262 | 152 | 15 | 0 | 50 | 36 | 120 | 40 | 70 |
| Binary | 10011010 | 10110010 | 1101010 | 1101 | 0 | 101000 | 11110 | 1010000 | 100000 | 111000 |
Color Harmonies of #9AB26A
Complementary color
Monochromatic Colors of #9AB26A
Black with #9AB26A
Text Example
Text Example
White with #9AB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB26A; }
p { color: rgb(154,178,106); }
H1.HeaderClassName
{
color: #9AB26A;
}
.AnyTagClassName
{
color: #9AB26A;
}
</style>
background-color css
<style>
a { background-color: #9AB26A; }
a { background-color: rgb(154,178,106); }
div.DivClassName
{
background-color: #9AB26A;
}
.BgClassName
{
background-color: #9AB26A;
}
</style>
border-color css
<style>
span { border-color: #9AB26A; }
span { border-color: rgb(154,178,106); }
td.TdClassName
{
border-color: #9AB26A;
}
.TagClassName
{
border-color: #9AB26A;
}
</style>