Shades of Norway #9AB982
Tints of Norway #9AB982
RGB
CMYK
RGB Variations
Color information
#9AB982 (or 0x9AB982) is known color: Norway. HEX triplet: 9A, B9 and 82. RGB value is (154,185,130). Sum of RGB (Red+Green+Blue) = 154+185+130=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB982 is #65467D. Grayscale: #A9A9A9. Windows color (decimal): -6637182 or 8567194. OLE color: 8567194.
HSL color Cylindrical-coordinate representation of color #9AB982: hue angle of 93.82º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AB982 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 130 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.27 |
| HSL | 93.82º | 0.28% | 0.62% | - |
| HSV(B) | 93.82º | 0.3% | 0.73% | - |
| XYZ | 34.7 | 43.18 | 27.62 | - |
| YUV | 169.46 | 105.73 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 130 | 0.17 | 0 | 0.30 | 0.27 | 93.82 | 0.28 | 0.62 |
| Hex | 9A | B9 | 82 | 11 | 0 | 1E | 1B | 5E | 1C | 3E |
| Octal | 232 | 271 | 202 | 21 | 0 | 36 | 33 | 136 | 34 | 76 |
| Binary | 10011010 | 10111001 | 10000010 | 10001 | 0 | 11110 | 11011 | 1011110 | 11100 | 111110 |
Color Harmonies of #9AB982
Complementary color
Monochromatic Colors of #9AB982
Black with #9AB982
Text Example
Text Example
White with #9AB982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB982; }
p { color: rgb(154,185,130); }
H1.HeaderClassName
{
color: #9AB982;
}
.AnyTagClassName
{
color: #9AB982;
}
</style>
background-color css
<style>
a { background-color: #9AB982; }
a { background-color: rgb(154,185,130); }
div.DivClassName
{
background-color: #9AB982;
}
.BgClassName
{
background-color: #9AB982;
}
</style>
border-color css
<style>
span { border-color: #9AB982; }
span { border-color: rgb(154,185,130); }
td.TdClassName
{
border-color: #9AB982;
}
.TagClassName
{
border-color: #9AB982;
}
</style>