Shades of Norway #9ABE88
Tints of Norway #9ABE88
RGB
CMYK
RGB Variations
Color information
#9ABE88 (or 0x9ABE88) is known color: Norway. HEX triplet: 9A, BE and 88. RGB value is (154,190,136). Sum of RGB (Red+Green+Blue) = 154+190+136=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABE88 is #654177. Grayscale: #ADADAD. Windows color (decimal): -6635896 or 8961690. OLE color: 8961690.
HSL color Cylindrical-coordinate representation of color #9ABE88: hue angle of 100º 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 #9ABE88 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 190 | 136 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.25 |
| HSL | 100º | 0.29% | 0.64% | - |
| HSV(B) | 100º | 0.28% | 0.75% | - |
| XYZ | 36.18 | 45.47 | 30.16 | - |
| YUV | 173.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 190 | 136 | 0.19 | 0 | 0.28 | 0.25 | 100 | 0.29 | 0.64 |
| Hex | 9A | BE | 88 | 13 | 0 | 1C | 19 | 64 | 1D | 40 |
| Octal | 232 | 276 | 210 | 23 | 0 | 34 | 31 | 144 | 35 | 100 |
| Binary | 10011010 | 10111110 | 10001000 | 10011 | 0 | 11100 | 11001 | 1100100 | 11101 | 1000000 |
Color Harmonies of #9ABE88
Complementary color
Monochromatic Colors of #9ABE88
Black with #9ABE88
Text Example
Text Example
White with #9ABE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ABE88; }
p { color: rgb(154,190,136); }
H1.HeaderClassName
{
color: #9ABE88;
}
.AnyTagClassName
{
color: #9ABE88;
}
</style>
background-color css
<style>
a { background-color: #9ABE88; }
a { background-color: rgb(154,190,136); }
div.DivClassName
{
background-color: #9ABE88;
}
.BgClassName
{
background-color: #9ABE88;
}
</style>
border-color css
<style>
span { border-color: #9ABE88; }
span { border-color: rgb(154,190,136); }
td.TdClassName
{
border-color: #9ABE88;
}
.TagClassName
{
border-color: #9ABE88;
}
</style>