Shades of Norway #99AB8E
Tints of Norway #99AB8E
RGB
CMYK
RGB Variations
Color information
#99AB8E (or 0x99AB8E) is known color: Norway. HEX triplet: 99, AB and 8E. RGB value is (153,171,142). Sum of RGB (Red+Green+Blue) = 153+171+142=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB8E is #665471. Grayscale: #A2A2A2. Windows color (decimal): -6706290 or 9350041. OLE color: 9350041.
HSL color Cylindrical-coordinate representation of color #99AB8E: hue angle of 97.24º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #99AB8E is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 142 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.33 |
| HSL | 97.24º | 0.15% | 0.61% | - |
| HSV(B) | 97.24º | 0.17% | 0.67% | - |
| XYZ | 32.58 | 37.85 | 31.18 | - |
| YUV | 162.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 142 | 0.11 | 0 | 0.17 | 0.33 | 97.24 | 0.15 | 0.61 |
| Hex | 99 | AB | 8E | B | 0 | 11 | 21 | 61 | F | 3D |
| Octal | 231 | 253 | 216 | 13 | 0 | 21 | 41 | 141 | 17 | 75 |
| Binary | 10011001 | 10101011 | 10001110 | 1011 | 0 | 10001 | 100001 | 1100001 | 1111 | 111101 |
Color Harmonies of #99AB8E
Complementary color
Monochromatic Colors of #99AB8E
Black with #99AB8E
Text Example
Text Example
White with #99AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB8E; }
p { color: rgb(153,171,142); }
H1.HeaderClassName
{
color: #99AB8E;
}
.AnyTagClassName
{
color: #99AB8E;
}
</style>
background-color css
<style>
a { background-color: #99AB8E; }
a { background-color: rgb(153,171,142); }
div.DivClassName
{
background-color: #99AB8E;
}
.BgClassName
{
background-color: #99AB8E;
}
</style>
border-color css
<style>
span { border-color: #99AB8E; }
span { border-color: rgb(153,171,142); }
td.TdClassName
{
border-color: #99AB8E;
}
.TagClassName
{
border-color: #99AB8E;
}
</style>