Shades of Olivine #9CC363
Tints of Olivine #9CC363
RGB
CMYK
RGB Variations
Color information
#9CC363 (or 0x9CC363) is known color: Olivine. HEX triplet: 9C, C3 and 63. RGB value is (156,195,99). Sum of RGB (Red+Green+Blue) = 156+195+99=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 99 (39.06% from 255 or 22% from 450); Max value from RGB is 195 - color contains mainly: green. Hex color #9CC363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC363 is #633C9C. Grayscale: #ACACAC. Windows color (decimal): -6503581 or 6538140. OLE color: 6538140.
HSL color Cylindrical-coordinate representation of color #9CC363: hue angle of 84.38º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CC363 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 195 | 99 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.24 |
| HSL | 84.38º | 0.44% | 0.58% | - |
| HSV(B) | 84.38º | 0.49% | 0.76% | - |
| XYZ | 35.48 | 47 | 19.01 | - |
| YUV | 172.4 | 86.58 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 195 | 99 | 0.20 | 0 | 0.49 | 0.24 | 84.38 | 0.44 | 0.58 |
| Hex | 9C | C3 | 63 | 14 | 0 | 31 | 18 | 54 | 2C | 3A |
| Octal | 234 | 303 | 143 | 24 | 0 | 61 | 30 | 124 | 54 | 72 |
| Binary | 10011100 | 11000011 | 1100011 | 10100 | 0 | 110001 | 11000 | 1010100 | 101100 | 111010 |
Color Harmonies of #9CC363
Complementary color
Monochromatic Colors of #9CC363
Black with #9CC363
Text Example
Text Example
White with #9CC363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC363; }
p { color: rgb(156,195,99); }
H1.HeaderClassName
{
color: #9CC363;
}
.AnyTagClassName
{
color: #9CC363;
}
</style>
background-color css
<style>
a { background-color: #9CC363; }
a { background-color: rgb(156,195,99); }
div.DivClassName
{
background-color: #9CC363;
}
.BgClassName
{
background-color: #9CC363;
}
</style>
border-color css
<style>
span { border-color: #9CC363; }
span { border-color: rgb(156,195,99); }
td.TdClassName
{
border-color: #9CC363;
}
.TagClassName
{
border-color: #9CC363;
}
</style>