Shades of Olivine #9BC85C
Tints of Olivine #9BC85C
RGB
CMYK
RGB Variations
Color information
#9BC85C (or 0x9BC85C) is known color: Olivine. HEX triplet: 9B, C8 and 5C. RGB value is (155,200,92). Sum of RGB (Red+Green+Blue) = 155+200+92=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC85C is #6437A3. Grayscale: #AEAEAE. Windows color (decimal): -6567844 or 6080667. OLE color: 6080667.
HSL color Cylindrical-coordinate representation of color #9BC85C: hue angle of 85º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BC85C is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 200 | 92 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.22 |
| HSL | 85º | 0.5% | 0.57% | - |
| HSV(B) | 85º | 0.54% | 0.78% | - |
| XYZ | 36.1 | 49.05 | 17.69 | - |
| YUV | 174.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 200 | 92 | 0.22 | 0 | 0.54 | 0.22 | 85 | 0.5 | 0.57 |
| Hex | 9B | C8 | 5C | 16 | 0 | 36 | 16 | 55 | 32 | 39 |
| Octal | 233 | 310 | 134 | 26 | 0 | 66 | 26 | 125 | 62 | 71 |
| Binary | 10011011 | 11001000 | 1011100 | 10110 | 0 | 110110 | 10110 | 1010101 | 110010 | 111001 |
Color Harmonies of #9BC85C
Complementary color
Monochromatic Colors of #9BC85C
Black with #9BC85C
Text Example
Text Example
White with #9BC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC85C; }
p { color: rgb(155,200,92); }
H1.HeaderClassName
{
color: #9BC85C;
}
.AnyTagClassName
{
color: #9BC85C;
}
</style>
background-color css
<style>
a { background-color: #9BC85C; }
a { background-color: rgb(155,200,92); }
div.DivClassName
{
background-color: #9BC85C;
}
.BgClassName
{
background-color: #9BC85C;
}
</style>
border-color css
<style>
span { border-color: #9BC85C; }
span { border-color: rgb(155,200,92); }
td.TdClassName
{
border-color: #9BC85C;
}
.TagClassName
{
border-color: #9BC85C;
}
</style>