Shades of Norway #9CAC83
Tints of Norway #9CAC83
RGB
CMYK
RGB Variations
Color information
#9CAC83 (or 0x9CAC83) is known color: Norway. HEX triplet: 9C, AC and 83. RGB value is (156,172,131). Sum of RGB (Red+Green+Blue) = 156+172+131=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC83 is #63537C. Grayscale: #A2A2A2. Windows color (decimal): -6509437 or 8629404. OLE color: 8629404.
HSL color Cylindrical-coordinate representation of color #9CAC83: hue angle of 83.41º 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 #9CAC83 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 131 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.33 |
| HSL | 83.41º | 0.2% | 0.59% | - |
| HSV(B) | 83.41º | 0.24% | 0.67% | - |
| XYZ | 32.56 | 38.21 | 27.13 | - |
| YUV | 162.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 131 | 0.09 | 0 | 0.24 | 0.33 | 83.41 | 0.2 | 0.59 |
| Hex | 9C | AC | 83 | 9 | 0 | 18 | 21 | 53 | 14 | 3B |
| Octal | 234 | 254 | 203 | 11 | 0 | 30 | 41 | 123 | 24 | 73 |
| Binary | 10011100 | 10101100 | 10000011 | 1001 | 0 | 11000 | 100001 | 1010011 | 10100 | 111011 |
Color Harmonies of #9CAC83
Complementary color
Monochromatic Colors of #9CAC83
Black with #9CAC83
Text Example
Text Example
White with #9CAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC83; }
p { color: rgb(156,172,131); }
H1.HeaderClassName
{
color: #9CAC83;
}
.AnyTagClassName
{
color: #9CAC83;
}
</style>
background-color css
<style>
a { background-color: #9CAC83; }
a { background-color: rgb(156,172,131); }
div.DivClassName
{
background-color: #9CAC83;
}
.BgClassName
{
background-color: #9CAC83;
}
</style>
border-color css
<style>
span { border-color: #9CAC83; }
span { border-color: rgb(156,172,131); }
td.TdClassName
{
border-color: #9CAC83;
}
.TagClassName
{
border-color: #9CAC83;
}
</style>