Shades of Olivine #9BC05A
Tints of Olivine #9BC05A
RGB
CMYK
RGB Variations
Color information
#9BC05A (or 0x9BC05A) is known color: Olivine. HEX triplet: 9B, C0 and 5A. RGB value is (155,192,90). Sum of RGB (Red+Green+Blue) = 155+192+90=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC05A is #643FA5. Grayscale: #A9A9A9. Windows color (decimal): -6569894 or 5947547. OLE color: 5947547.
HSL color Cylindrical-coordinate representation of color #9BC05A: hue angle of 81.76º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BC05A is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 192 | 90 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.25 |
| HSL | 81.76º | 0.45% | 0.55% | - |
| HSV(B) | 81.76º | 0.53% | 0.75% | - |
| XYZ | 34.21 | 45.41 | 16.63 | - |
| YUV | 169.31 | 83.24 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 192 | 90 | 0.19 | 0 | 0.53 | 0.25 | 81.76 | 0.45 | 0.55 |
| Hex | 9B | C0 | 5A | 13 | 0 | 35 | 19 | 52 | 2D | 37 |
| Octal | 233 | 300 | 132 | 23 | 0 | 65 | 31 | 122 | 55 | 67 |
| Binary | 10011011 | 11000000 | 1011010 | 10011 | 0 | 110101 | 11001 | 1010010 | 101101 | 110111 |
Color Harmonies of #9BC05A
Complementary color
Monochromatic Colors of #9BC05A
Black with #9BC05A
Text Example
Text Example
White with #9BC05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC05A; }
p { color: rgb(155,192,90); }
H1.HeaderClassName
{
color: #9BC05A;
}
.AnyTagClassName
{
color: #9BC05A;
}
</style>
background-color css
<style>
a { background-color: #9BC05A; }
a { background-color: rgb(155,192,90); }
div.DivClassName
{
background-color: #9BC05A;
}
.BgClassName
{
background-color: #9BC05A;
}
</style>
border-color css
<style>
span { border-color: #9BC05A; }
span { border-color: rgb(155,192,90); }
td.TdClassName
{
border-color: #9BC05A;
}
.TagClassName
{
border-color: #9BC05A;
}
</style>