Shades of Norway #98BC84
Tints of Norway #98BC84
RGB
CMYK
RGB Variations
Color information
#98BC84 (or 0x98BC84) is known color: Norway. HEX triplet: 98, BC and 84. RGB value is (152,188,132). Sum of RGB (Red+Green+Blue) = 152+188+132=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BC84 is #67437B. Grayscale: #ABABAB. Windows color (decimal): -6767484 or 8699032. OLE color: 8699032.
HSL color Cylindrical-coordinate representation of color #98BC84: hue angle of 98.57º degrees, saturation: 0.29, 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 #98BC84 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 188 | 132 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.26 |
| HSL | 98.57º | 0.29% | 0.63% | - |
| HSV(B) | 98.57º | 0.3% | 0.74% | - |
| XYZ | 35.1 | 44.31 | 28.53 | - |
| YUV | 170.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 188 | 132 | 0.19 | 0 | 0.30 | 0.26 | 98.57 | 0.29 | 0.63 |
| Hex | 98 | BC | 84 | 13 | 0 | 1E | 1A | 63 | 1D | 3F |
| Octal | 230 | 274 | 204 | 23 | 0 | 36 | 32 | 143 | 35 | 77 |
| Binary | 10011000 | 10111100 | 10000100 | 10011 | 0 | 11110 | 11010 | 1100011 | 11101 | 111111 |
Color Harmonies of #98BC84
Complementary color
Monochromatic Colors of #98BC84
Black with #98BC84
Text Example
Text Example
White with #98BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BC84; }
p { color: rgb(152,188,132); }
H1.HeaderClassName
{
color: #98BC84;
}
.AnyTagClassName
{
color: #98BC84;
}
</style>
background-color css
<style>
a { background-color: #98BC84; }
a { background-color: rgb(152,188,132); }
div.DivClassName
{
background-color: #98BC84;
}
.BgClassName
{
background-color: #98BC84;
}
</style>
border-color css
<style>
span { border-color: #98BC84; }
span { border-color: rgb(152,188,132); }
td.TdClassName
{
border-color: #98BC84;
}
.TagClassName
{
border-color: #98BC84;
}
</style>