Shades of Norway #9AB882
Tints of Norway #9AB882
RGB
CMYK
RGB Variations
Color information
#9AB882 (or 0x9AB882) is known color: Norway. HEX triplet: 9A, B8 and 82. RGB value is (154,184,130). Sum of RGB (Red+Green+Blue) = 154+184+130=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB882 is #65477D. Grayscale: #A9A9A9. Windows color (decimal): -6637438 or 8566938. OLE color: 8566938.
HSL color Cylindrical-coordinate representation of color #9AB882: hue angle of 93.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AB882 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 184 | 130 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.28 |
| HSL | 93.33º | 0.28% | 0.62% | - |
| HSV(B) | 93.33º | 0.29% | 0.72% | - |
| XYZ | 34.5 | 42.76 | 27.55 | - |
| YUV | 168.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 184 | 130 | 0.16 | 0 | 0.29 | 0.28 | 93.33 | 0.28 | 0.62 |
| Hex | 9A | B8 | 82 | 10 | 0 | 1D | 1C | 5D | 1C | 3E |
| Octal | 232 | 270 | 202 | 20 | 0 | 35 | 34 | 135 | 34 | 76 |
| Binary | 10011010 | 10111000 | 10000010 | 10000 | 0 | 11101 | 11100 | 1011101 | 11100 | 111110 |
Color Harmonies of #9AB882
Complementary color
Monochromatic Colors of #9AB882
Black with #9AB882
Text Example
Text Example
White with #9AB882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB882; }
p { color: rgb(154,184,130); }
H1.HeaderClassName
{
color: #9AB882;
}
.AnyTagClassName
{
color: #9AB882;
}
</style>
background-color css
<style>
a { background-color: #9AB882; }
a { background-color: rgb(154,184,130); }
div.DivClassName
{
background-color: #9AB882;
}
.BgClassName
{
background-color: #9AB882;
}
</style>
border-color css
<style>
span { border-color: #9AB882; }
span { border-color: rgb(154,184,130); }
td.TdClassName
{
border-color: #9AB882;
}
.TagClassName
{
border-color: #9AB882;
}
</style>