Shades of Norway #9AB486
Tints of Norway #9AB486
RGB
CMYK
RGB Variations
Color information
#9AB486 (or 0x9AB486) is known color: Norway. HEX triplet: 9A, B4 and 86. RGB value is (154,180,134). Sum of RGB (Red+Green+Blue) = 154+180+134=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB486 is #654B79. Grayscale: #A7A7A7. Windows color (decimal): -6638458 or 8828058. OLE color: 8828058.
HSL color Cylindrical-coordinate representation of color #9AB486: hue angle of 93.91º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AB486 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 134 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.29 |
| HSL | 93.91º | 0.23% | 0.62% | - |
| HSV(B) | 93.91º | 0.26% | 0.71% | - |
| XYZ | 33.95 | 41.23 | 28.72 | - |
| YUV | 166.98 | 109.39 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 134 | 0.14 | 0 | 0.26 | 0.29 | 93.91 | 0.23 | 0.62 |
| Hex | 9A | B4 | 86 | E | 0 | 1A | 1D | 5E | 17 | 3E |
| Octal | 232 | 264 | 206 | 16 | 0 | 32 | 35 | 136 | 27 | 76 |
| Binary | 10011010 | 10110100 | 10000110 | 1110 | 0 | 11010 | 11101 | 1011110 | 10111 | 111110 |
Color Harmonies of #9AB486
Complementary color
Monochromatic Colors of #9AB486
Black with #9AB486
Text Example
Text Example
White with #9AB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB486; }
p { color: rgb(154,180,134); }
H1.HeaderClassName
{
color: #9AB486;
}
.AnyTagClassName
{
color: #9AB486;
}
</style>
background-color css
<style>
a { background-color: #9AB486; }
a { background-color: rgb(154,180,134); }
div.DivClassName
{
background-color: #9AB486;
}
.BgClassName
{
background-color: #9AB486;
}
</style>
border-color css
<style>
span { border-color: #9AB486; }
span { border-color: rgb(154,180,134); }
td.TdClassName
{
border-color: #9AB486;
}
.TagClassName
{
border-color: #9AB486;
}
</style>