Shades of Olivine #9BC15C
Tints of Olivine #9BC15C
RGB
CMYK
RGB Variations
Color information
#9BC15C (or 0x9BC15C) is known color: Olivine. HEX triplet: 9B, C1 and 5C. RGB value is (155,193,92). Sum of RGB (Red+Green+Blue) = 155+193+92=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC15C is #643EA3. Grayscale: #AAAAAA. Windows color (decimal): -6569636 or 6078875. OLE color: 6078875.
HSL color Cylindrical-coordinate representation of color #9BC15C: hue angle of 82.57º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BC15C is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 193 | 92 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.24 |
| HSL | 82.57º | 0.45% | 0.56% | - |
| HSV(B) | 82.57º | 0.52% | 0.76% | - |
| XYZ | 34.52 | 45.88 | 17.16 | - |
| YUV | 170.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 193 | 92 | 0.20 | 0 | 0.52 | 0.24 | 82.57 | 0.45 | 0.56 |
| Hex | 9B | C1 | 5C | 14 | 0 | 34 | 18 | 53 | 2D | 38 |
| Octal | 233 | 301 | 134 | 24 | 0 | 64 | 30 | 123 | 55 | 70 |
| Binary | 10011011 | 11000001 | 1011100 | 10100 | 0 | 110100 | 11000 | 1010011 | 101101 | 111000 |
Color Harmonies of #9BC15C
Complementary color
Monochromatic Colors of #9BC15C
Black with #9BC15C
Text Example
Text Example
White with #9BC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC15C; }
p { color: rgb(155,193,92); }
H1.HeaderClassName
{
color: #9BC15C;
}
.AnyTagClassName
{
color: #9BC15C;
}
</style>
background-color css
<style>
a { background-color: #9BC15C; }
a { background-color: rgb(155,193,92); }
div.DivClassName
{
background-color: #9BC15C;
}
.BgClassName
{
background-color: #9BC15C;
}
</style>
border-color css
<style>
span { border-color: #9BC15C; }
span { border-color: rgb(155,193,92); }
td.TdClassName
{
border-color: #9BC15C;
}
.TagClassName
{
border-color: #9BC15C;
}
</style>