Shades of Norway #9AB582
Tints of Norway #9AB582
RGB
CMYK
RGB Variations
Color information
#9AB582 (or 0x9AB582) is known color: Norway. HEX triplet: 9A, B5 and 82. RGB value is (154,181,130). Sum of RGB (Red+Green+Blue) = 154+181+130=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB582 is #654A7D. Grayscale: #A7A7A7. Windows color (decimal): -6638206 or 8566170. OLE color: 8566170.
HSL color Cylindrical-coordinate representation of color #9AB582: hue angle of 91.76º degrees, saturation: 0.26, 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 #9AB582 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 130 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.29 |
| HSL | 91.76º | 0.26% | 0.61% | - |
| HSV(B) | 91.76º | 0.28% | 0.71% | - |
| XYZ | 33.88 | 41.53 | 27.35 | - |
| YUV | 167.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 130 | 0.15 | 0 | 0.28 | 0.29 | 91.76 | 0.26 | 0.61 |
| Hex | 9A | B5 | 82 | F | 0 | 1C | 1D | 5C | 1A | 3D |
| Octal | 232 | 265 | 202 | 17 | 0 | 34 | 35 | 134 | 32 | 75 |
| Binary | 10011010 | 10110101 | 10000010 | 1111 | 0 | 11100 | 11101 | 1011100 | 11010 | 111101 |
Color Harmonies of #9AB582
Complementary color
Monochromatic Colors of #9AB582
Black with #9AB582
Text Example
Text Example
White with #9AB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB582; }
p { color: rgb(154,181,130); }
H1.HeaderClassName
{
color: #9AB582;
}
.AnyTagClassName
{
color: #9AB582;
}
</style>
background-color css
<style>
a { background-color: #9AB582; }
a { background-color: rgb(154,181,130); }
div.DivClassName
{
background-color: #9AB582;
}
.BgClassName
{
background-color: #9AB582;
}
</style>
border-color css
<style>
span { border-color: #9AB582; }
span { border-color: rgb(154,181,130); }
td.TdClassName
{
border-color: #9AB582;
}
.TagClassName
{
border-color: #9AB582;
}
</style>