Shades of Olivine #9BB26C
Tints of Olivine #9BB26C
RGB
CMYK
RGB Variations
Color information
#9BB26C (or 0x9BB26C) is known color: Olivine. HEX triplet: 9B, B2 and 6C. RGB value is (155,178,108). Sum of RGB (Red+Green+Blue) = 155+178+108=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB26C is #644D93. Grayscale: #A3A3A3. Windows color (decimal): -6573460 or 7123611. OLE color: 7123611.
HSL color Cylindrical-coordinate representation of color #9BB26C: hue angle of 79.71º 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 #9BB26C is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 108 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.30 |
| HSL | 79.71º | 0.31% | 0.56% | - |
| HSV(B) | 79.71º | 0.39% | 0.7% | - |
| XYZ | 32.14 | 39.89 | 20.19 | - |
| YUV | 163.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 108 | 0.13 | 0 | 0.39 | 0.30 | 79.71 | 0.31 | 0.56 |
| Hex | 9B | B2 | 6C | D | 0 | 27 | 1E | 50 | 1F | 38 |
| Octal | 233 | 262 | 154 | 15 | 0 | 47 | 36 | 120 | 37 | 70 |
| Binary | 10011011 | 10110010 | 1101100 | 1101 | 0 | 100111 | 11110 | 1010000 | 11111 | 111000 |
Color Harmonies of #9BB26C
Complementary color
Monochromatic Colors of #9BB26C
Black with #9BB26C
Text Example
Text Example
White with #9BB26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB26C; }
p { color: rgb(155,178,108); }
H1.HeaderClassName
{
color: #9BB26C;
}
.AnyTagClassName
{
color: #9BB26C;
}
</style>
background-color css
<style>
a { background-color: #9BB26C; }
a { background-color: rgb(155,178,108); }
div.DivClassName
{
background-color: #9BB26C;
}
.BgClassName
{
background-color: #9BB26C;
}
</style>
border-color css
<style>
span { border-color: #9BB26C; }
span { border-color: rgb(155,178,108); }
td.TdClassName
{
border-color: #9BB26C;
}
.TagClassName
{
border-color: #9BB26C;
}
</style>