Shades of Norway #9AB583
Tints of Norway #9AB583
RGB
CMYK
RGB Variations
Color information
#9AB583 (or 0x9AB583) is known color: Norway. HEX triplet: 9A, B5 and 83. RGB value is (154,181,131). Sum of RGB (Red+Green+Blue) = 154+181+131=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB583 is #654A7C. Grayscale: #A7A7A7. Windows color (decimal): -6638205 or 8631706. OLE color: 8631706.
HSL color Cylindrical-coordinate representation of color #9AB583: hue angle of 92.4º 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 #9AB583 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 181 | 131 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.29 |
| HSL | 92.4º | 0.25% | 0.61% | - |
| HSV(B) | 92.4º | 0.28% | 0.71% | - |
| XYZ | 33.95 | 41.56 | 27.7 | - |
| YUV | 167.23 | 107.55 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 181 | 131 | 0.15 | 0 | 0.28 | 0.29 | 92.4 | 0.25 | 0.61 |
| Hex | 9A | B5 | 83 | F | 0 | 1C | 1D | 5C | 19 | 3D |
| Octal | 232 | 265 | 203 | 17 | 0 | 34 | 35 | 134 | 31 | 75 |
| Binary | 10011010 | 10110101 | 10000011 | 1111 | 0 | 11100 | 11101 | 1011100 | 11001 | 111101 |
Color Harmonies of #9AB583
Complementary color
Monochromatic Colors of #9AB583
Black with #9AB583
Text Example
Text Example
White with #9AB583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB583; }
p { color: rgb(154,181,131); }
H1.HeaderClassName
{
color: #9AB583;
}
.AnyTagClassName
{
color: #9AB583;
}
</style>
background-color css
<style>
a { background-color: #9AB583; }
a { background-color: rgb(154,181,131); }
div.DivClassName
{
background-color: #9AB583;
}
.BgClassName
{
background-color: #9AB583;
}
</style>
border-color css
<style>
span { border-color: #9AB583; }
span { border-color: rgb(154,181,131); }
td.TdClassName
{
border-color: #9AB583;
}
.TagClassName
{
border-color: #9AB583;
}
</style>