Shades of Olivine #9CC476
Tints of Olivine #9CC476
RGB
CMYK
RGB Variations
Color information
#9CC476 (or 0x9CC476) is known color: Olivine. HEX triplet: 9C, C4 and 76. RGB value is (156,196,118). Sum of RGB (Red+Green+Blue) = 156+196+118=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #9CC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC476 is #633B89. Grayscale: #AFAFAF. Windows color (decimal): -6503306 or 7783580. OLE color: 7783580.
HSL color Cylindrical-coordinate representation of color #9CC476: hue angle of 90.77º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CC476 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 196 | 118 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.23 |
| HSL | 90.77º | 0.4% | 0.62% | - |
| HSV(B) | 90.77º | 0.4% | 0.77% | - |
| XYZ | 36.72 | 47.86 | 24.44 | - |
| YUV | 175.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 196 | 118 | 0.20 | 0 | 0.40 | 0.23 | 90.77 | 0.4 | 0.62 |
| Hex | 9C | C4 | 76 | 14 | 0 | 28 | 17 | 5B | 28 | 3E |
| Octal | 234 | 304 | 166 | 24 | 0 | 50 | 27 | 133 | 50 | 76 |
| Binary | 10011100 | 11000100 | 1110110 | 10100 | 0 | 101000 | 10111 | 1011011 | 101000 | 111110 |
Color Harmonies of #9CC476
Complementary color
Monochromatic Colors of #9CC476
Black with #9CC476
Text Example
Text Example
White with #9CC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC476; }
p { color: rgb(156,196,118); }
H1.HeaderClassName
{
color: #9CC476;
}
.AnyTagClassName
{
color: #9CC476;
}
</style>
background-color css
<style>
a { background-color: #9CC476; }
a { background-color: rgb(156,196,118); }
div.DivClassName
{
background-color: #9CC476;
}
.BgClassName
{
background-color: #9CC476;
}
</style>
border-color css
<style>
span { border-color: #9CC476; }
span { border-color: rgb(156,196,118); }
td.TdClassName
{
border-color: #9CC476;
}
.TagClassName
{
border-color: #9CC476;
}
</style>