Shades of Norway #9AB989
Tints of Norway #9AB989
RGB
CMYK
RGB Variations
Color information
#9AB989 (or 0x9AB989) is known color: Norway. HEX triplet: 9A, B9 and 89. RGB value is (154,185,137). Sum of RGB (Red+Green+Blue) = 154+185+137=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB989 is #654676. Grayscale: #AAAAAA. Windows color (decimal): -6637175 or 9025946. OLE color: 9025946.
HSL color Cylindrical-coordinate representation of color #9AB989: hue angle of 98.75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AB989 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 185 | 137 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.27 |
| HSL | 98.75º | 0.26% | 0.63% | - |
| HSV(B) | 98.75º | 0.26% | 0.73% | - |
| XYZ | 35.19 | 43.37 | 30.18 | - |
| YUV | 170.26 | 109.23 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 185 | 137 | 0.17 | 0 | 0.26 | 0.27 | 98.75 | 0.26 | 0.63 |
| Hex | 9A | B9 | 89 | 11 | 0 | 1A | 1B | 63 | 1A | 3F |
| Octal | 232 | 271 | 211 | 21 | 0 | 32 | 33 | 143 | 32 | 77 |
| Binary | 10011010 | 10111001 | 10001001 | 10001 | 0 | 11010 | 11011 | 1100011 | 11010 | 111111 |
Color Harmonies of #9AB989
Complementary color
Monochromatic Colors of #9AB989
Black with #9AB989
Text Example
Text Example
White with #9AB989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB989; }
p { color: rgb(154,185,137); }
H1.HeaderClassName
{
color: #9AB989;
}
.AnyTagClassName
{
color: #9AB989;
}
</style>
background-color css
<style>
a { background-color: #9AB989; }
a { background-color: rgb(154,185,137); }
div.DivClassName
{
background-color: #9AB989;
}
.BgClassName
{
background-color: #9AB989;
}
</style>
border-color css
<style>
span { border-color: #9AB989; }
span { border-color: rgb(154,185,137); }
td.TdClassName
{
border-color: #9AB989;
}
.TagClassName
{
border-color: #9AB989;
}
</style>