Shades of Olivine #9CAC82
Tints of Olivine #9CAC82
RGB
CMYK
RGB Variations
Color information
#9CAC82 (or 0x9CAC82) is known color: Olivine. HEX triplet: 9C, AC and 82. RGB value is (156,172,130). Sum of RGB (Red+Green+Blue) = 156+172+130=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC82 is #63537D. Grayscale: #A2A2A2. Windows color (decimal): -6509438 or 8563868. OLE color: 8563868.
HSL color Cylindrical-coordinate representation of color #9CAC82: hue angle of 82.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CAC82 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 130 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.33 |
| HSL | 82.86º | 0.2% | 0.59% | - |
| HSV(B) | 82.86º | 0.24% | 0.67% | - |
| XYZ | 32.49 | 38.18 | 26.78 | - |
| YUV | 162.43 | 109.7 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 130 | 0.09 | 0 | 0.24 | 0.33 | 82.86 | 0.2 | 0.59 |
| Hex | 9C | AC | 82 | 9 | 0 | 18 | 21 | 53 | 14 | 3B |
| Octal | 234 | 254 | 202 | 11 | 0 | 30 | 41 | 123 | 24 | 73 |
| Binary | 10011100 | 10101100 | 10000010 | 1001 | 0 | 11000 | 100001 | 1010011 | 10100 | 111011 |
Color Harmonies of #9CAC82
Complementary color
Monochromatic Colors of #9CAC82
Black with #9CAC82
Text Example
Text Example
White with #9CAC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC82; }
p { color: rgb(156,172,130); }
H1.HeaderClassName
{
color: #9CAC82;
}
.AnyTagClassName
{
color: #9CAC82;
}
</style>
background-color css
<style>
a { background-color: #9CAC82; }
a { background-color: rgb(156,172,130); }
div.DivClassName
{
background-color: #9CAC82;
}
.BgClassName
{
background-color: #9CAC82;
}
</style>
border-color css
<style>
span { border-color: #9CAC82; }
span { border-color: rgb(156,172,130); }
td.TdClassName
{
border-color: #9CAC82;
}
.TagClassName
{
border-color: #9CAC82;
}
</style>