Shades of Olivine #9CC261
Tints of Olivine #9CC261
RGB
CMYK
RGB Variations
Color information
#9CC261 (or 0x9CC261) is known color: Olivine. HEX triplet: 9C, C2 and 61. RGB value is (156,194,97). Sum of RGB (Red+Green+Blue) = 156+194+97=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC261 is #633D9E. Grayscale: #ABABAB. Windows color (decimal): -6503839 or 6406812. OLE color: 6406812.
HSL color Cylindrical-coordinate representation of color #9CC261: hue angle of 83.51º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CC261 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 97 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.24 |
| HSL | 83.51º | 0.44% | 0.57% | - |
| HSV(B) | 83.51º | 0.5% | 0.76% | - |
| XYZ | 35.16 | 46.51 | 18.43 | - |
| YUV | 171.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 97 | 0.20 | 0 | 0.50 | 0.24 | 83.51 | 0.44 | 0.57 |
| Hex | 9C | C2 | 61 | 14 | 0 | 32 | 18 | 54 | 2C | 39 |
| Octal | 234 | 302 | 141 | 24 | 0 | 62 | 30 | 124 | 54 | 71 |
| Binary | 10011100 | 11000010 | 1100001 | 10100 | 0 | 110010 | 11000 | 1010100 | 101100 | 111001 |
Color Harmonies of #9CC261
Complementary color
Monochromatic Colors of #9CC261
Black with #9CC261
Text Example
Text Example
White with #9CC261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC261; }
p { color: rgb(156,194,97); }
H1.HeaderClassName
{
color: #9CC261;
}
.AnyTagClassName
{
color: #9CC261;
}
</style>
background-color css
<style>
a { background-color: #9CC261; }
a { background-color: rgb(156,194,97); }
div.DivClassName
{
background-color: #9CC261;
}
.BgClassName
{
background-color: #9CC261;
}
</style>
border-color css
<style>
span { border-color: #9CC261; }
span { border-color: rgb(156,194,97); }
td.TdClassName
{
border-color: #9CC261;
}
.TagClassName
{
border-color: #9CC261;
}
</style>