Shades of Norway #98B983
Tints of Norway #98B983
RGB
CMYK
RGB Variations
Color information
#98B983 (or 0x98B983) is known color: Norway. HEX triplet: 98, B9 and 83. RGB value is (152,185,131). Sum of RGB (Red+Green+Blue) = 152+185+131=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 131 (51.56% from 255 or 27.99% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #98B983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B983 is #67467C. Grayscale: #A9A9A9. Windows color (decimal): -6768253 or 8632728. OLE color: 8632728.
HSL color Cylindrical-coordinate representation of color #98B983: hue angle of 96.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98B983 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 185 | 131 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.27 |
| HSL | 96.67º | 0.28% | 0.62% | - |
| HSV(B) | 96.67º | 0.29% | 0.73% | - |
| XYZ | 34.39 | 43.01 | 27.96 | - |
| YUV | 168.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 185 | 131 | 0.18 | 0 | 0.29 | 0.27 | 96.67 | 0.28 | 0.62 |
| Hex | 98 | B9 | 83 | 12 | 0 | 1D | 1B | 61 | 1C | 3E |
| Octal | 230 | 271 | 203 | 22 | 0 | 35 | 33 | 141 | 34 | 76 |
| Binary | 10011000 | 10111001 | 10000011 | 10010 | 0 | 11101 | 11011 | 1100001 | 11100 | 111110 |
Color Harmonies of #98B983
Complementary color
Monochromatic Colors of #98B983
Black with #98B983
Text Example
Text Example
White with #98B983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B983; }
p { color: rgb(152,185,131); }
H1.HeaderClassName
{
color: #98B983;
}
.AnyTagClassName
{
color: #98B983;
}
</style>
background-color css
<style>
a { background-color: #98B983; }
a { background-color: rgb(152,185,131); }
div.DivClassName
{
background-color: #98B983;
}
.BgClassName
{
background-color: #98B983;
}
</style>
border-color css
<style>
span { border-color: #98B983; }
span { border-color: rgb(152,185,131); }
td.TdClassName
{
border-color: #98B983;
}
.TagClassName
{
border-color: #98B983;
}
</style>