Shades of Norway #9AB482
Tints of Norway #9AB482
RGB
CMYK
RGB Variations
Color information
#9AB482 (or 0x9AB482) is known color: Norway. HEX triplet: 9A, B4 and 82. RGB value is (154,180,130). Sum of RGB (Red+Green+Blue) = 154+180+130=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB482 is #654B7D. Grayscale: #A6A6A6. Windows color (decimal): -6638462 or 8565914. OLE color: 8565914.
HSL color Cylindrical-coordinate representation of color #9AB482: hue angle of 91.2º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AB482 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 130 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.29 |
| HSL | 91.2º | 0.25% | 0.61% | - |
| HSV(B) | 91.2º | 0.28% | 0.71% | - |
| XYZ | 33.68 | 41.12 | 27.28 | - |
| YUV | 166.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 130 | 0.14 | 0 | 0.28 | 0.29 | 91.2 | 0.25 | 0.61 |
| Hex | 9A | B4 | 82 | E | 0 | 1C | 1D | 5B | 19 | 3D |
| Octal | 232 | 264 | 202 | 16 | 0 | 34 | 35 | 133 | 31 | 75 |
| Binary | 10011010 | 10110100 | 10000010 | 1110 | 0 | 11100 | 11101 | 1011011 | 11001 | 111101 |
Color Harmonies of #9AB482
Complementary color
Monochromatic Colors of #9AB482
Black with #9AB482
Text Example
Text Example
White with #9AB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB482; }
p { color: rgb(154,180,130); }
H1.HeaderClassName
{
color: #9AB482;
}
.AnyTagClassName
{
color: #9AB482;
}
</style>
background-color css
<style>
a { background-color: #9AB482; }
a { background-color: rgb(154,180,130); }
div.DivClassName
{
background-color: #9AB482;
}
.BgClassName
{
background-color: #9AB482;
}
</style>
border-color css
<style>
span { border-color: #9AB482; }
span { border-color: rgb(154,180,130); }
td.TdClassName
{
border-color: #9AB482;
}
.TagClassName
{
border-color: #9AB482;
}
</style>