Shades of Olivine #9BB26D
Tints of Olivine #9BB26D
RGB
CMYK
RGB Variations
Color information
#9BB26D (or 0x9BB26D) is known color: Olivine. HEX triplet: 9B, B2 and 6D. RGB value is (155,178,109). Sum of RGB (Red+Green+Blue) = 155+178+109=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB26D is #644D92. Grayscale: #A3A3A3. Windows color (decimal): -6573459 or 7189147. OLE color: 7189147.
HSL color Cylindrical-coordinate representation of color #9BB26D: hue angle of 80º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BB26D is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 109 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.30 |
| HSL | 80º | 0.31% | 0.56% | - |
| HSV(B) | 80º | 0.39% | 0.7% | - |
| XYZ | 32.2 | 39.91 | 20.48 | - |
| YUV | 163.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 109 | 0.13 | 0 | 0.39 | 0.30 | 80 | 0.31 | 0.56 |
| Hex | 9B | B2 | 6D | D | 0 | 27 | 1E | 50 | 1F | 38 |
| Octal | 233 | 262 | 155 | 15 | 0 | 47 | 36 | 120 | 37 | 70 |
| Binary | 10011011 | 10110010 | 1101101 | 1101 | 0 | 100111 | 11110 | 1010000 | 11111 | 111000 |
Color Harmonies of #9BB26D
Complementary color
Monochromatic Colors of #9BB26D
Black with #9BB26D
Text Example
Text Example
White with #9BB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB26D; }
p { color: rgb(155,178,109); }
H1.HeaderClassName
{
color: #9BB26D;
}
.AnyTagClassName
{
color: #9BB26D;
}
</style>
background-color css
<style>
a { background-color: #9BB26D; }
a { background-color: rgb(155,178,109); }
div.DivClassName
{
background-color: #9BB26D;
}
.BgClassName
{
background-color: #9BB26D;
}
</style>
border-color css
<style>
span { border-color: #9BB26D; }
span { border-color: rgb(155,178,109); }
td.TdClassName
{
border-color: #9BB26D;
}
.TagClassName
{
border-color: #9BB26D;
}
</style>