Shades of Norway #9ABE89
Tints of Norway #9ABE89
RGB
CMYK
RGB Variations
Color information
#9ABE89 (or 0x9ABE89) is known color: Norway. HEX triplet: 9A, BE and 89. RGB value is (154,190,137). Sum of RGB (Red+Green+Blue) = 154+190+137=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABE89 is #654176. Grayscale: #ADADAD. Windows color (decimal): -6635895 or 9027226. OLE color: 9027226.
HSL color Cylindrical-coordinate representation of color #9ABE89: hue angle of 100.75º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9ABE89 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 137 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.25 |
| HSL | 100.75º | 0.29% | 0.64% | - |
| HSV(B) | 100.75º | 0.28% | 0.75% | - |
| XYZ | 36.26 | 45.5 | 30.54 | - |
| YUV | 173.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 137 | 0.19 | 0 | 0.28 | 0.25 | 100.75 | 0.29 | 0.64 |
| Hex | 9A | BE | 89 | 13 | 0 | 1C | 19 | 65 | 1D | 40 |
| Octal | 232 | 276 | 211 | 23 | 0 | 34 | 31 | 145 | 35 | 100 |
| Binary | 10011010 | 10111110 | 10001001 | 10011 | 0 | 11100 | 11001 | 1100101 | 11101 | 1000000 |
Color Harmonies of #9ABE89
Complementary color
Monochromatic Colors of #9ABE89
Black with #9ABE89
Text Example
Text Example
White with #9ABE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE89; }
p { color: rgb(154,190,137); }
H1.HeaderClassName
{
color: #9ABE89;
}
.AnyTagClassName
{
color: #9ABE89;
}
</style>
background-color css
<style>
a { background-color: #9ABE89; }
a { background-color: rgb(154,190,137); }
div.DivClassName
{
background-color: #9ABE89;
}
.BgClassName
{
background-color: #9ABE89;
}
</style>
border-color css
<style>
span { border-color: #9ABE89; }
span { border-color: rgb(154,190,137); }
td.TdClassName
{
border-color: #9ABE89;
}
.TagClassName
{
border-color: #9ABE89;
}
</style>