Shades of Norway #9DAC93
Tints of Norway #9DAC93
RGB
CMYK
RGB Variations
Color information
#9DAC93 (or 0x9DAC93) is known color: Norway. HEX triplet: 9D, AC and 93. RGB value is (157,172,147). Sum of RGB (Red+Green+Blue) = 157+172+147=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAC93 is #62536C. Grayscale: #A4A4A4. Windows color (decimal): -6443885 or 9677981. OLE color: 9677981.
HSL color Cylindrical-coordinate representation of color #9DAC93: hue angle of 96º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9DAC93 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 147 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.33 |
| HSL | 96º | 0.13% | 0.63% | - |
| HSV(B) | 96º | 0.15% | 0.67% | - |
| XYZ | 33.92 | 38.78 | 33.3 | - |
| YUV | 164.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 147 | 0.09 | 0 | 0.15 | 0.33 | 96 | 0.13 | 0.63 |
| Hex | 9D | AC | 93 | 9 | 0 | F | 21 | 60 | D | 3F |
| Octal | 235 | 254 | 223 | 11 | 0 | 17 | 41 | 140 | 15 | 77 |
| Binary | 10011101 | 10101100 | 10010011 | 1001 | 0 | 1111 | 100001 | 1100000 | 1101 | 111111 |
Color Harmonies of #9DAC93
Complementary color
Monochromatic Colors of #9DAC93
Black with #9DAC93
Text Example
Text Example
White with #9DAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC93; }
p { color: rgb(157,172,147); }
H1.HeaderClassName
{
color: #9DAC93;
}
.AnyTagClassName
{
color: #9DAC93;
}
</style>
background-color css
<style>
a { background-color: #9DAC93; }
a { background-color: rgb(157,172,147); }
div.DivClassName
{
background-color: #9DAC93;
}
.BgClassName
{
background-color: #9DAC93;
}
</style>
border-color css
<style>
span { border-color: #9DAC93; }
span { border-color: rgb(157,172,147); }
td.TdClassName
{
border-color: #9DAC93;
}
.TagClassName
{
border-color: #9DAC93;
}
</style>