Shades of Norway #9AAF89
Tints of Norway #9AAF89
RGB
CMYK
RGB Variations
Color information
#9AAF89 (or 0x9AAF89) is known color: Norway. HEX triplet: 9A, AF and 89. RGB value is (154,175,137). Sum of RGB (Red+Green+Blue) = 154+175+137=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF89 is #655076. Grayscale: #A4A4A4. Windows color (decimal): -6639735 or 9023386. OLE color: 9023386.
HSL color Cylindrical-coordinate representation of color #9AAF89: hue angle of 93.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AAF89 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 137 | - |
| CMYK | 0.12 | 0 | 0.22 | 0.31 |
| HSL | 93.16º | 0.19% | 0.61% | - |
| HSV(B) | 93.16º | 0.22% | 0.69% | - |
| XYZ | 33.17 | 39.34 | 29.51 | - |
| YUV | 164.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 137 | 0.12 | 0 | 0.22 | 0.31 | 93.16 | 0.19 | 0.61 |
| Hex | 9A | AF | 89 | C | 0 | 16 | 1F | 5D | 13 | 3D |
| Octal | 232 | 257 | 211 | 14 | 0 | 26 | 37 | 135 | 23 | 75 |
| Binary | 10011010 | 10101111 | 10001001 | 1100 | 0 | 10110 | 11111 | 1011101 | 10011 | 111101 |
Color Harmonies of #9AAF89
Complementary color
Monochromatic Colors of #9AAF89
Black with #9AAF89
Text Example
Text Example
White with #9AAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF89; }
p { color: rgb(154,175,137); }
H1.HeaderClassName
{
color: #9AAF89;
}
.AnyTagClassName
{
color: #9AAF89;
}
</style>
background-color css
<style>
a { background-color: #9AAF89; }
a { background-color: rgb(154,175,137); }
div.DivClassName
{
background-color: #9AAF89;
}
.BgClassName
{
background-color: #9AAF89;
}
</style>
border-color css
<style>
span { border-color: #9AAF89; }
span { border-color: rgb(154,175,137); }
td.TdClassName
{
border-color: #9AAF89;
}
.TagClassName
{
border-color: #9AAF89;
}
</style>