Shades of Olivine #9BB16E
Tints of Olivine #9BB16E
RGB
CMYK
RGB Variations
Color information
#9BB16E (or 0x9BB16E) is known color: Olivine. HEX triplet: 9B, B1 and 6E. RGB value is (155,177,110). Sum of RGB (Red+Green+Blue) = 155+177+110=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB16E is #644E91. Grayscale: #A3A3A3. Windows color (decimal): -6573714 or 7254427. OLE color: 7254427.
HSL color Cylindrical-coordinate representation of color #9BB16E: hue angle of 79.7º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB16E is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 110 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.31 |
| HSL | 79.7º | 0.3% | 0.56% | - |
| HSV(B) | 79.7º | 0.38% | 0.69% | - |
| XYZ | 32.05 | 39.54 | 20.69 | - |
| YUV | 162.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 110 | 0.12 | 0 | 0.38 | 0.31 | 79.7 | 0.3 | 0.56 |
| Hex | 9B | B1 | 6E | C | 0 | 26 | 1F | 50 | 1E | 38 |
| Octal | 233 | 261 | 156 | 14 | 0 | 46 | 37 | 120 | 36 | 70 |
| Binary | 10011011 | 10110001 | 1101110 | 1100 | 0 | 100110 | 11111 | 1010000 | 11110 | 111000 |
Color Harmonies of #9BB16E
Complementary color
Monochromatic Colors of #9BB16E
Black with #9BB16E
Text Example
Text Example
White with #9BB16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB16E; }
p { color: rgb(155,177,110); }
H1.HeaderClassName
{
color: #9BB16E;
}
.AnyTagClassName
{
color: #9BB16E;
}
</style>
background-color css
<style>
a { background-color: #9BB16E; }
a { background-color: rgb(155,177,110); }
div.DivClassName
{
background-color: #9BB16E;
}
.BgClassName
{
background-color: #9BB16E;
}
</style>
border-color css
<style>
span { border-color: #9BB16E; }
span { border-color: rgb(155,177,110); }
td.TdClassName
{
border-color: #9BB16E;
}
.TagClassName
{
border-color: #9BB16E;
}
</style>