Shades of Olivine #9BC95C
Tints of Olivine #9BC95C
RGB
CMYK
RGB Variations
Color information
#9BC95C (or 0x9BC95C) is known color: Olivine. HEX triplet: 9B, C9 and 5C. RGB value is (155,201,92). Sum of RGB (Red+Green+Blue) = 155+201+92=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC95C is #6436A3. Grayscale: #AFAFAF. Windows color (decimal): -6567588 or 6080923. OLE color: 6080923.
HSL color Cylindrical-coordinate representation of color #9BC95C: hue angle of 85.32º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BC95C is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 92 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.21 |
| HSL | 85.32º | 0.5% | 0.57% | - |
| HSV(B) | 85.32º | 0.54% | 0.79% | - |
| XYZ | 36.34 | 49.51 | 17.77 | - |
| YUV | 174.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 92 | 0.23 | 0 | 0.54 | 0.21 | 85.32 | 0.5 | 0.57 |
| Hex | 9B | C9 | 5C | 17 | 0 | 36 | 15 | 55 | 32 | 39 |
| Octal | 233 | 311 | 134 | 27 | 0 | 66 | 25 | 125 | 62 | 71 |
| Binary | 10011011 | 11001001 | 1011100 | 10111 | 0 | 110110 | 10101 | 1010101 | 110010 | 111001 |
Color Harmonies of #9BC95C
Complementary color
Monochromatic Colors of #9BC95C
Black with #9BC95C
Text Example
Text Example
White with #9BC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC95C; }
p { color: rgb(155,201,92); }
H1.HeaderClassName
{
color: #9BC95C;
}
.AnyTagClassName
{
color: #9BC95C;
}
</style>
background-color css
<style>
a { background-color: #9BC95C; }
a { background-color: rgb(155,201,92); }
div.DivClassName
{
background-color: #9BC95C;
}
.BgClassName
{
background-color: #9BC95C;
}
</style>
border-color css
<style>
span { border-color: #9BC95C; }
span { border-color: rgb(155,201,92); }
td.TdClassName
{
border-color: #9BC95C;
}
.TagClassName
{
border-color: #9BC95C;
}
</style>