Shades of Norway #98AA84
Tints of Norway #98AA84
RGB
CMYK
RGB Variations
Color information
#98AA84 (or 0x98AA84) is known color: Norway. HEX triplet: 98, AA and 84. RGB value is (152,170,132). Sum of RGB (Red+Green+Blue) = 152+170+132=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA84 is #67557B. Grayscale: #A0A0A0. Windows color (decimal): -6772092 or 8694424. OLE color: 8694424.
HSL color Cylindrical-coordinate representation of color #98AA84: hue angle of 88.42º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98AA84 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 170 | 132 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.33 |
| HSL | 88.42º | 0.18% | 0.59% | - |
| HSV(B) | 88.42º | 0.22% | 0.67% | - |
| XYZ | 31.49 | 37.09 | 27.33 | - |
| YUV | 160.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 132 | 0.11 | 0 | 0.22 | 0.33 | 88.42 | 0.18 | 0.59 |
| Hex | 98 | AA | 84 | B | 0 | 16 | 21 | 58 | 12 | 3B |
| Octal | 230 | 252 | 204 | 13 | 0 | 26 | 41 | 130 | 22 | 73 |
| Binary | 10011000 | 10101010 | 10000100 | 1011 | 0 | 10110 | 100001 | 1011000 | 10010 | 111011 |
Color Harmonies of #98AA84
Complementary color
Monochromatic Colors of #98AA84
Black with #98AA84
Text Example
Text Example
White with #98AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AA84; }
p { color: rgb(152,170,132); }
H1.HeaderClassName
{
color: #98AA84;
}
.AnyTagClassName
{
color: #98AA84;
}
</style>
background-color css
<style>
a { background-color: #98AA84; }
a { background-color: rgb(152,170,132); }
div.DivClassName
{
background-color: #98AA84;
}
.BgClassName
{
background-color: #98AA84;
}
</style>
border-color css
<style>
span { border-color: #98AA84; }
span { border-color: rgb(152,170,132); }
td.TdClassName
{
border-color: #98AA84;
}
.TagClassName
{
border-color: #98AA84;
}
</style>