Shades of Olivine #9BC65E
Tints of Olivine #9BC65E
RGB
CMYK
RGB Variations
Color information
#9BC65E (or 0x9BC65E) is known color: Olivine. HEX triplet: 9B, C6 and 5E. RGB value is (155,198,94). Sum of RGB (Red+Green+Blue) = 155+198+94=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC65E is #6439A1. Grayscale: #ADADAD. Windows color (decimal): -6568354 or 6211227. OLE color: 6211227.
HSL color Cylindrical-coordinate representation of color #9BC65E: hue angle of 84.81º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BC65E is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 94 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.22 |
| HSL | 84.81º | 0.48% | 0.57% | - |
| HSV(B) | 84.81º | 0.53% | 0.78% | - |
| XYZ | 35.73 | 48.16 | 18 | - |
| YUV | 173.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 94 | 0.22 | 0 | 0.53 | 0.22 | 84.81 | 0.48 | 0.57 |
| Hex | 9B | C6 | 5E | 16 | 0 | 35 | 16 | 55 | 30 | 39 |
| Octal | 233 | 306 | 136 | 26 | 0 | 65 | 26 | 125 | 60 | 71 |
| Binary | 10011011 | 11000110 | 1011110 | 10110 | 0 | 110101 | 10110 | 1010101 | 110000 | 111001 |
Color Harmonies of #9BC65E
Complementary color
Monochromatic Colors of #9BC65E
Black with #9BC65E
Text Example
Text Example
White with #9BC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC65E; }
p { color: rgb(155,198,94); }
H1.HeaderClassName
{
color: #9BC65E;
}
.AnyTagClassName
{
color: #9BC65E;
}
</style>
background-color css
<style>
a { background-color: #9BC65E; }
a { background-color: rgb(155,198,94); }
div.DivClassName
{
background-color: #9BC65E;
}
.BgClassName
{
background-color: #9BC65E;
}
</style>
border-color css
<style>
span { border-color: #9BC65E; }
span { border-color: rgb(155,198,94); }
td.TdClassName
{
border-color: #9BC65E;
}
.TagClassName
{
border-color: #9BC65E;
}
</style>