Shades of Norway #98BC83
Tints of Norway #98BC83
RGB
CMYK
RGB Variations
Color information
#98BC83 (or 0x98BC83) is known color: Norway. HEX triplet: 98, BC and 83. RGB value is (152,188,131). Sum of RGB (Red+Green+Blue) = 152+188+131=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC83 is #67437C. Grayscale: #AAAAAA. Windows color (decimal): -6767485 or 8633496. OLE color: 8633496.
HSL color Cylindrical-coordinate representation of color #98BC83: hue angle of 97.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98BC83 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 131 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.26 |
| HSL | 97.89º | 0.3% | 0.63% | - |
| HSV(B) | 97.89º | 0.3% | 0.74% | - |
| XYZ | 35.03 | 44.28 | 28.17 | - |
| YUV | 170.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 131 | 0.19 | 0 | 0.30 | 0.26 | 97.89 | 0.3 | 0.63 |
| Hex | 98 | BC | 83 | 13 | 0 | 1E | 1A | 62 | 1E | 3F |
| Octal | 230 | 274 | 203 | 23 | 0 | 36 | 32 | 142 | 36 | 77 |
| Binary | 10011000 | 10111100 | 10000011 | 10011 | 0 | 11110 | 11010 | 1100010 | 11110 | 111111 |
Color Harmonies of #98BC83
Complementary color
Monochromatic Colors of #98BC83
Black with #98BC83
Text Example
Text Example
White with #98BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC83; }
p { color: rgb(152,188,131); }
H1.HeaderClassName
{
color: #98BC83;
}
.AnyTagClassName
{
color: #98BC83;
}
</style>
background-color css
<style>
a { background-color: #98BC83; }
a { background-color: rgb(152,188,131); }
div.DivClassName
{
background-color: #98BC83;
}
.BgClassName
{
background-color: #98BC83;
}
</style>
border-color css
<style>
span { border-color: #98BC83; }
span { border-color: rgb(152,188,131); }
td.TdClassName
{
border-color: #98BC83;
}
.TagClassName
{
border-color: #98BC83;
}
</style>