Shades of Olivine #9BB26A
Tints of Olivine #9BB26A
RGB
CMYK
RGB Variations
Color information
#9BB26A (or 0x9BB26A) is known color: Olivine. HEX triplet: 9B, B2 and 6A. RGB value is (155,178,106). Sum of RGB (Red+Green+Blue) = 155+178+106=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB26A is #644D95. Grayscale: #A3A3A3. Windows color (decimal): -6573462 or 6992539. OLE color: 6992539.
HSL color Cylindrical-coordinate representation of color #9BB26A: hue angle of 79.17º 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 #9BB26A is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 106 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.30 |
| HSL | 79.17º | 0.32% | 0.56% | - |
| HSV(B) | 79.17º | 0.4% | 0.7% | - |
| XYZ | 32.04 | 39.85 | 19.64 | - |
| YUV | 162.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 106 | 0.13 | 0 | 0.40 | 0.30 | 79.17 | 0.32 | 0.56 |
| Hex | 9B | B2 | 6A | D | 0 | 28 | 1E | 4F | 20 | 38 |
| Octal | 233 | 262 | 152 | 15 | 0 | 50 | 36 | 117 | 40 | 70 |
| Binary | 10011011 | 10110010 | 1101010 | 1101 | 0 | 101000 | 11110 | 1001111 | 100000 | 111000 |
Color Harmonies of #9BB26A
Complementary color
Monochromatic Colors of #9BB26A
Black with #9BB26A
Text Example
Text Example
White with #9BB26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB26A; }
p { color: rgb(155,178,106); }
H1.HeaderClassName
{
color: #9BB26A;
}
.AnyTagClassName
{
color: #9BB26A;
}
</style>
background-color css
<style>
a { background-color: #9BB26A; }
a { background-color: rgb(155,178,106); }
div.DivClassName
{
background-color: #9BB26A;
}
.BgClassName
{
background-color: #9BB26A;
}
</style>
border-color css
<style>
span { border-color: #9BB26A; }
span { border-color: rgb(155,178,106); }
td.TdClassName
{
border-color: #9BB26A;
}
.TagClassName
{
border-color: #9BB26A;
}
</style>