Shades of Olivine #9AB266
Tints of Olivine #9AB266
RGB
CMYK
RGB Variations
Color information
#9AB266 (or 0x9AB266) is known color: Olivine. HEX triplet: 9A, B2 and 66. RGB value is (154,178,102). Sum of RGB (Red+Green+Blue) = 154+178+102=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 102 (40.23% from 255 or 23.50% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB266 is #654D99. Grayscale: #A2A2A2. Windows color (decimal): -6639002 or 6730394. OLE color: 6730394.
HSL color Cylindrical-coordinate representation of color #9AB266: hue angle of 78.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9AB266 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 102 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.30 |
| HSL | 78.95º | 0.33% | 0.55% | - |
| HSV(B) | 78.95º | 0.43% | 0.7% | - |
| XYZ | 31.65 | 39.67 | 18.56 | - |
| YUV | 162.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 102 | 0.13 | 0 | 0.43 | 0.30 | 78.95 | 0.33 | 0.55 |
| Hex | 9A | B2 | 66 | D | 0 | 2B | 1E | 4F | 21 | 37 |
| Octal | 232 | 262 | 146 | 15 | 0 | 53 | 36 | 117 | 41 | 67 |
| Binary | 10011010 | 10110010 | 1100110 | 1101 | 0 | 101011 | 11110 | 1001111 | 100001 | 110111 |
Color Harmonies of #9AB266
Complementary color
Monochromatic Colors of #9AB266
Black with #9AB266
Text Example
Text Example
White with #9AB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB266; }
p { color: rgb(154,178,102); }
H1.HeaderClassName
{
color: #9AB266;
}
.AnyTagClassName
{
color: #9AB266;
}
</style>
background-color css
<style>
a { background-color: #9AB266; }
a { background-color: rgb(154,178,102); }
div.DivClassName
{
background-color: #9AB266;
}
.BgClassName
{
background-color: #9AB266;
}
</style>
border-color css
<style>
span { border-color: #9AB266; }
span { border-color: rgb(154,178,102); }
td.TdClassName
{
border-color: #9AB266;
}
.TagClassName
{
border-color: #9AB266;
}
</style>