Shades of Norway #98AA8A
Tints of Norway #98AA8A
RGB
CMYK
RGB Variations
Color information
#98AA8A (or 0x98AA8A) is known color: Norway. HEX triplet: 98, AA and 8A. RGB value is (152,170,138). Sum of RGB (Red+Green+Blue) = 152+170+138=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA8A is #675575. Grayscale: #A1A1A1. Windows color (decimal): -6772086 or 9087640. OLE color: 9087640.
HSL color Cylindrical-coordinate representation of color #98AA8A: hue angle of 93.75º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98AA8A is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 138 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.33 |
| HSL | 93.75º | 0.16% | 0.6% | - |
| HSV(B) | 93.75º | 0.19% | 0.67% | - |
| XYZ | 31.91 | 37.26 | 29.55 | - |
| YUV | 160.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 138 | 0.11 | 0 | 0.19 | 0.33 | 93.75 | 0.16 | 0.6 |
| Hex | 98 | AA | 8A | B | 0 | 13 | 21 | 5E | 10 | 3C |
| Octal | 230 | 252 | 212 | 13 | 0 | 23 | 41 | 136 | 20 | 74 |
| Binary | 10011000 | 10101010 | 10001010 | 1011 | 0 | 10011 | 100001 | 1011110 | 10000 | 111100 |
Color Harmonies of #98AA8A
Complementary color
Monochromatic Colors of #98AA8A
Black with #98AA8A
Text Example
Text Example
White with #98AA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AA8A; }
p { color: rgb(152,170,138); }
H1.HeaderClassName
{
color: #98AA8A;
}
.AnyTagClassName
{
color: #98AA8A;
}
</style>
background-color css
<style>
a { background-color: #98AA8A; }
a { background-color: rgb(152,170,138); }
div.DivClassName
{
background-color: #98AA8A;
}
.BgClassName
{
background-color: #98AA8A;
}
</style>
border-color css
<style>
span { border-color: #98AA8A; }
span { border-color: rgb(152,170,138); }
td.TdClassName
{
border-color: #98AA8A;
}
.TagClassName
{
border-color: #98AA8A;
}
</style>