Shades of Olivine #9CC265
Tints of Olivine #9CC265
RGB
CMYK
RGB Variations
Color information
#9CC265 (or 0x9CC265) is known color: Olivine. HEX triplet: 9C, C2 and 65. RGB value is (156,194,101). Sum of RGB (Red+Green+Blue) = 156+194+101=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC265 is #633D9A. Grayscale: #ACACAC. Windows color (decimal): -6503835 or 6668956. OLE color: 6668956.
HSL color Cylindrical-coordinate representation of color #9CC265: hue angle of 84.52º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CC265 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 194 | 101 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.24 |
| HSL | 84.52º | 0.43% | 0.58% | - |
| HSV(B) | 84.52º | 0.48% | 0.76% | - |
| XYZ | 35.35 | 46.59 | 19.44 | - |
| YUV | 172.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 194 | 101 | 0.20 | 0 | 0.48 | 0.24 | 84.52 | 0.43 | 0.58 |
| Hex | 9C | C2 | 65 | 14 | 0 | 30 | 18 | 55 | 2B | 3A |
| Octal | 234 | 302 | 145 | 24 | 0 | 60 | 30 | 125 | 53 | 72 |
| Binary | 10011100 | 11000010 | 1100101 | 10100 | 0 | 110000 | 11000 | 1010101 | 101011 | 111010 |
Color Harmonies of #9CC265
Complementary color
Monochromatic Colors of #9CC265
Black with #9CC265
Text Example
Text Example
White with #9CC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC265; }
p { color: rgb(156,194,101); }
H1.HeaderClassName
{
color: #9CC265;
}
.AnyTagClassName
{
color: #9CC265;
}
</style>
background-color css
<style>
a { background-color: #9CC265; }
a { background-color: rgb(156,194,101); }
div.DivClassName
{
background-color: #9CC265;
}
.BgClassName
{
background-color: #9CC265;
}
</style>
border-color css
<style>
span { border-color: #9CC265; }
span { border-color: rgb(156,194,101); }
td.TdClassName
{
border-color: #9CC265;
}
.TagClassName
{
border-color: #9CC265;
}
</style>