Shades of Norway #9DAB85
Tints of Norway #9DAB85
RGB
CMYK
RGB Variations
Color information
#9DAB85 (or 0x9DAB85) is known color: Norway. HEX triplet: 9D, AB and 85. RGB value is (157,171,133). Sum of RGB (Red+Green+Blue) = 157+171+133=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB85 is #62547A. Grayscale: #A2A2A2. Windows color (decimal): -6444155 or 8760221. OLE color: 8760221.
HSL color Cylindrical-coordinate representation of color #9DAB85: hue angle of 82.11º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DAB85 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 133 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.33 |
| HSL | 82.11º | 0.18% | 0.6% | - |
| HSV(B) | 82.11º | 0.22% | 0.67% | - |
| XYZ | 32.7 | 37.99 | 27.8 | - |
| YUV | 162.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 133 | 0.08 | 0 | 0.22 | 0.33 | 82.11 | 0.18 | 0.6 |
| Hex | 9D | AB | 85 | 8 | 0 | 16 | 21 | 52 | 12 | 3C |
| Octal | 235 | 253 | 205 | 10 | 0 | 26 | 41 | 122 | 22 | 74 |
| Binary | 10011101 | 10101011 | 10000101 | 1000 | 0 | 10110 | 100001 | 1010010 | 10010 | 111100 |
Color Harmonies of #9DAB85
Complementary color
Monochromatic Colors of #9DAB85
Black with #9DAB85
Text Example
Text Example
White with #9DAB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB85; }
p { color: rgb(157,171,133); }
H1.HeaderClassName
{
color: #9DAB85;
}
.AnyTagClassName
{
color: #9DAB85;
}
</style>
background-color css
<style>
a { background-color: #9DAB85; }
a { background-color: rgb(157,171,133); }
div.DivClassName
{
background-color: #9DAB85;
}
.BgClassName
{
background-color: #9DAB85;
}
</style>
border-color css
<style>
span { border-color: #9DAB85; }
span { border-color: rgb(157,171,133); }
td.TdClassName
{
border-color: #9DAB85;
}
.TagClassName
{
border-color: #9DAB85;
}
</style>