Shades of Olivine #9BC27E
Tints of Olivine #9BC27E
RGB
CMYK
RGB Variations
Color information
#9BC27E (or 0x9BC27E) is known color: Olivine. HEX triplet: 9B, C2 and 7E. RGB value is (155,194,126). Sum of RGB (Red+Green+Blue) = 155+194+126=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC27E is #643D81. Grayscale: #AEAEAE. Windows color (decimal): -6569346 or 8307355. OLE color: 8307355.
HSL color Cylindrical-coordinate representation of color #9BC27E: hue angle of 94.41º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC27E is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 194 | 126 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.24 |
| HSL | 94.41º | 0.36% | 0.63% | - |
| HSV(B) | 94.41º | 0.35% | 0.76% | - |
| XYZ | 36.58 | 47.06 | 26.89 | - |
| YUV | 174.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 126 | 0.20 | 0 | 0.35 | 0.24 | 94.41 | 0.36 | 0.63 |
| Hex | 9B | C2 | 7E | 14 | 0 | 23 | 18 | 5E | 24 | 3F |
| Octal | 233 | 302 | 176 | 24 | 0 | 43 | 30 | 136 | 44 | 77 |
| Binary | 10011011 | 11000010 | 1111110 | 10100 | 0 | 100011 | 11000 | 1011110 | 100100 | 111111 |
Color Harmonies of #9BC27E
Complementary color
Monochromatic Colors of #9BC27E
Black with #9BC27E
Text Example
Text Example
White with #9BC27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC27E; }
p { color: rgb(155,194,126); }
H1.HeaderClassName
{
color: #9BC27E;
}
.AnyTagClassName
{
color: #9BC27E;
}
</style>
background-color css
<style>
a { background-color: #9BC27E; }
a { background-color: rgb(155,194,126); }
div.DivClassName
{
background-color: #9BC27E;
}
.BgClassName
{
background-color: #9BC27E;
}
</style>
border-color css
<style>
span { border-color: #9BC27E; }
span { border-color: rgb(155,194,126); }
td.TdClassName
{
border-color: #9BC27E;
}
.TagClassName
{
border-color: #9BC27E;
}
</style>