Shades of Olivine #9BB16A
Tints of Olivine #9BB16A
RGB
CMYK
RGB Variations
Color information
#9BB16A (or 0x9BB16A) is known color: Olivine. HEX triplet: 9B, B1 and 6A. RGB value is (155,177,106). Sum of RGB (Red+Green+Blue) = 155+177+106=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #9BB16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB16A is #644E95. Grayscale: #A2A2A2. Windows color (decimal): -6573718 or 6992283. OLE color: 6992283.
HSL color Cylindrical-coordinate representation of color #9BB16A: hue angle of 78.59º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BB16A is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 177 | 106 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.31 |
| HSL | 78.59º | 0.31% | 0.55% | - |
| HSV(B) | 78.59º | 0.4% | 0.69% | - |
| XYZ | 31.84 | 39.45 | 19.57 | - |
| YUV | 162.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 106 | 0.12 | 0 | 0.40 | 0.31 | 78.59 | 0.31 | 0.55 |
| Hex | 9B | B1 | 6A | C | 0 | 28 | 1F | 4F | 1F | 37 |
| Octal | 233 | 261 | 152 | 14 | 0 | 50 | 37 | 117 | 37 | 67 |
| Binary | 10011011 | 10110001 | 1101010 | 1100 | 0 | 101000 | 11111 | 1001111 | 11111 | 110111 |
Color Harmonies of #9BB16A
Complementary color
Monochromatic Colors of #9BB16A
Black with #9BB16A
Text Example
Text Example
White with #9BB16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB16A; }
p { color: rgb(155,177,106); }
H1.HeaderClassName
{
color: #9BB16A;
}
.AnyTagClassName
{
color: #9BB16A;
}
</style>
background-color css
<style>
a { background-color: #9BB16A; }
a { background-color: rgb(155,177,106); }
div.DivClassName
{
background-color: #9BB16A;
}
.BgClassName
{
background-color: #9BB16A;
}
</style>
border-color css
<style>
span { border-color: #9BB16A; }
span { border-color: rgb(155,177,106); }
td.TdClassName
{
border-color: #9BB16A;
}
.TagClassName
{
border-color: #9BB16A;
}
</style>