Shades of Olivine #9BC65D
Tints of Olivine #9BC65D
RGB
CMYK
RGB Variations
Color information
#9BC65D (or 0x9BC65D) is known color: Olivine. HEX triplet: 9B, C6 and 5D. RGB value is (155,198,93). Sum of RGB (Red+Green+Blue) = 155+198+93=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC65D is #6439A2. Grayscale: #ADADAD. Windows color (decimal): -6568355 or 6145691. OLE color: 6145691.
HSL color Cylindrical-coordinate representation of color #9BC65D: hue angle of 84.57º 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 #9BC65D is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 198 | 93 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.22 |
| HSL | 84.57º | 0.48% | 0.57% | - |
| HSV(B) | 84.57º | 0.53% | 0.78% | - |
| XYZ | 35.69 | 48.15 | 17.77 | - |
| YUV | 173.17 | 82.75 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 198 | 93 | 0.22 | 0 | 0.53 | 0.22 | 84.57 | 0.48 | 0.57 |
| Hex | 9B | C6 | 5D | 16 | 0 | 35 | 16 | 55 | 30 | 39 |
| Octal | 233 | 306 | 135 | 26 | 0 | 65 | 26 | 125 | 60 | 71 |
| Binary | 10011011 | 11000110 | 1011101 | 10110 | 0 | 110101 | 10110 | 1010101 | 110000 | 111001 |
Color Harmonies of #9BC65D
Complementary color
Monochromatic Colors of #9BC65D
Black with #9BC65D
Text Example
Text Example
White with #9BC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC65D; }
p { color: rgb(155,198,93); }
H1.HeaderClassName
{
color: #9BC65D;
}
.AnyTagClassName
{
color: #9BC65D;
}
</style>
background-color css
<style>
a { background-color: #9BC65D; }
a { background-color: rgb(155,198,93); }
div.DivClassName
{
background-color: #9BC65D;
}
.BgClassName
{
background-color: #9BC65D;
}
</style>
border-color css
<style>
span { border-color: #9BC65D; }
span { border-color: rgb(155,198,93); }
td.TdClassName
{
border-color: #9BC65D;
}
.TagClassName
{
border-color: #9BC65D;
}
</style>