Shades of Olivine #9BC17A
Tints of Olivine #9BC17A
RGB
CMYK
RGB Variations
Color information
#9BC17A (or 0x9BC17A) is known color: Olivine. HEX triplet: 9B, C1 and 7A. RGB value is (155,193,122). Sum of RGB (Red+Green+Blue) = 155+193+122=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC17A is #643E85. Grayscale: #ADADAD. Windows color (decimal): -6569606 or 8044955. OLE color: 8044955.
HSL color Cylindrical-coordinate representation of color #9BC17A: hue angle of 92.11º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BC17A is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 122 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.24 |
| HSL | 92.11º | 0.36% | 0.62% | - |
| HSV(B) | 92.11º | 0.37% | 0.76% | - |
| XYZ | 36.1 | 46.51 | 25.49 | - |
| YUV | 173.54 | 98.91 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 122 | 0.20 | 0 | 0.37 | 0.24 | 92.11 | 0.36 | 0.62 |
| Hex | 9B | C1 | 7A | 14 | 0 | 25 | 18 | 5C | 24 | 3E |
| Octal | 233 | 301 | 172 | 24 | 0 | 45 | 30 | 134 | 44 | 76 |
| Binary | 10011011 | 11000001 | 1111010 | 10100 | 0 | 100101 | 11000 | 1011100 | 100100 | 111110 |
Color Harmonies of #9BC17A
Complementary color
Monochromatic Colors of #9BC17A
Black with #9BC17A
Text Example
Text Example
White with #9BC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC17A; }
p { color: rgb(155,193,122); }
H1.HeaderClassName
{
color: #9BC17A;
}
.AnyTagClassName
{
color: #9BC17A;
}
</style>
background-color css
<style>
a { background-color: #9BC17A; }
a { background-color: rgb(155,193,122); }
div.DivClassName
{
background-color: #9BC17A;
}
.BgClassName
{
background-color: #9BC17A;
}
</style>
border-color css
<style>
span { border-color: #9BC17A; }
span { border-color: rgb(155,193,122); }
td.TdClassName
{
border-color: #9BC17A;
}
.TagClassName
{
border-color: #9BC17A;
}
</style>