Shades of Norway #9CAC85
Tints of Norway #9CAC85
RGB
CMYK
RGB Variations
Color information
#9CAC85 (or 0x9CAC85) is known color: Norway. HEX triplet: 9C, AC and 85. RGB value is (156,172,133). Sum of RGB (Red+Green+Blue) = 156+172+133=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC85 is #63537A. Grayscale: #A2A2A2. Windows color (decimal): -6509435 or 8760476. OLE color: 8760476.
HSL color Cylindrical-coordinate representation of color #9CAC85: hue angle of 84.62º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CAC85 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 133 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.33 |
| HSL | 84.62º | 0.19% | 0.6% | - |
| HSV(B) | 84.62º | 0.23% | 0.67% | - |
| XYZ | 32.7 | 38.27 | 27.85 | - |
| YUV | 162.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 133 | 0.09 | 0 | 0.23 | 0.33 | 84.62 | 0.19 | 0.6 |
| Hex | 9C | AC | 85 | 9 | 0 | 17 | 21 | 55 | 13 | 3C |
| Octal | 234 | 254 | 205 | 11 | 0 | 27 | 41 | 125 | 23 | 74 |
| Binary | 10011100 | 10101100 | 10000101 | 1001 | 0 | 10111 | 100001 | 1010101 | 10011 | 111100 |
Color Harmonies of #9CAC85
Complementary color
Monochromatic Colors of #9CAC85
Black with #9CAC85
Text Example
Text Example
White with #9CAC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC85; }
p { color: rgb(156,172,133); }
H1.HeaderClassName
{
color: #9CAC85;
}
.AnyTagClassName
{
color: #9CAC85;
}
</style>
background-color css
<style>
a { background-color: #9CAC85; }
a { background-color: rgb(156,172,133); }
div.DivClassName
{
background-color: #9CAC85;
}
.BgClassName
{
background-color: #9CAC85;
}
</style>
border-color css
<style>
span { border-color: #9CAC85; }
span { border-color: rgb(156,172,133); }
td.TdClassName
{
border-color: #9CAC85;
}
.TagClassName
{
border-color: #9CAC85;
}
</style>