Shades of Olivine #9BBC7E
Tints of Olivine #9BBC7E
RGB
CMYK
RGB Variations
Color information
#9BBC7E (or 0x9BBC7E) is known color: Olivine. HEX triplet: 9B, BC and 7E. RGB value is (155,188,126). Sum of RGB (Red+Green+Blue) = 155+188+126=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBC7E is #644381. Grayscale: #ABABAB. Windows color (decimal): -6570882 or 8305819. OLE color: 8305819.
HSL color Cylindrical-coordinate representation of color #9BBC7E: hue angle of 91.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBC7E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 188 | 126 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.26 |
| HSL | 91.94º | 0.32% | 0.62% | - |
| HSV(B) | 91.94º | 0.33% | 0.74% | - |
| XYZ | 35.27 | 44.44 | 26.46 | - |
| YUV | 171.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 188 | 126 | 0.18 | 0 | 0.33 | 0.26 | 91.94 | 0.32 | 0.62 |
| Hex | 9B | BC | 7E | 12 | 0 | 21 | 1A | 5C | 20 | 3E |
| Octal | 233 | 274 | 176 | 22 | 0 | 41 | 32 | 134 | 40 | 76 |
| Binary | 10011011 | 10111100 | 1111110 | 10010 | 0 | 100001 | 11010 | 1011100 | 100000 | 111110 |
Color Harmonies of #9BBC7E
Complementary color
Monochromatic Colors of #9BBC7E
Black with #9BBC7E
Text Example
Text Example
White with #9BBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBC7E; }
p { color: rgb(155,188,126); }
H1.HeaderClassName
{
color: #9BBC7E;
}
.AnyTagClassName
{
color: #9BBC7E;
}
</style>
background-color css
<style>
a { background-color: #9BBC7E; }
a { background-color: rgb(155,188,126); }
div.DivClassName
{
background-color: #9BBC7E;
}
.BgClassName
{
background-color: #9BBC7E;
}
</style>
border-color css
<style>
span { border-color: #9BBC7E; }
span { border-color: rgb(155,188,126); }
td.TdClassName
{
border-color: #9BBC7E;
}
.TagClassName
{
border-color: #9BBC7E;
}
</style>