Shades of Norway #98A789
Tints of Norway #98A789
RGB
CMYK
RGB Variations
Color information
#98A789 (or 0x98A789) is known color: Norway. HEX triplet: 98, A7 and 89. RGB value is (152,167,137). Sum of RGB (Red+Green+Blue) = 152+167+137=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #98A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A789 is #675876. Grayscale: #9F9F9F. Windows color (decimal): -6772855 or 9021336. OLE color: 9021336.
HSL color Cylindrical-coordinate representation of color #98A789: hue angle of 90º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98A789 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 167 | 137 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.35 |
| HSL | 90º | 0.15% | 0.6% | - |
| HSV(B) | 90º | 0.18% | 0.65% | - |
| XYZ | 31.28 | 36.12 | 28.99 | - |
| YUV | 159.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 167 | 137 | 0.09 | 0 | 0.18 | 0.35 | 90 | 0.15 | 0.6 |
| Hex | 98 | A7 | 89 | 9 | 0 | 12 | 23 | 5A | F | 3C |
| Octal | 230 | 247 | 211 | 11 | 0 | 22 | 43 | 132 | 17 | 74 |
| Binary | 10011000 | 10100111 | 10001001 | 1001 | 0 | 10010 | 100011 | 1011010 | 1111 | 111100 |
Color Harmonies of #98A789
Complementary color
Monochromatic Colors of #98A789
Black with #98A789
Text Example
Text Example
White with #98A789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98A789; }
p { color: rgb(152,167,137); }
H1.HeaderClassName
{
color: #98A789;
}
.AnyTagClassName
{
color: #98A789;
}
</style>
background-color css
<style>
a { background-color: #98A789; }
a { background-color: rgb(152,167,137); }
div.DivClassName
{
background-color: #98A789;
}
.BgClassName
{
background-color: #98A789;
}
</style>
border-color css
<style>
span { border-color: #98A789; }
span { border-color: rgb(152,167,137); }
td.TdClassName
{
border-color: #98A789;
}
.TagClassName
{
border-color: #98A789;
}
</style>