Shades of Norway #98B084
Tints of Norway #98B084
RGB
CMYK
RGB Variations
Color information
#98B084 (or 0x98B084) is known color: Norway. HEX triplet: 98, B0 and 84. RGB value is (152,176,132). Sum of RGB (Red+Green+Blue) = 152+176+132=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #98B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B084 is #674F7B. Grayscale: #A3A3A3. Windows color (decimal): -6770556 or 8695960. OLE color: 8695960.
HSL color Cylindrical-coordinate representation of color #98B084: hue angle of 92.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B084 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 176 | 132 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.31 |
| HSL | 92.73º | 0.22% | 0.6% | - |
| HSV(B) | 92.73º | 0.25% | 0.69% | - |
| XYZ | 32.64 | 39.39 | 27.71 | - |
| YUV | 163.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 176 | 132 | 0.14 | 0 | 0.25 | 0.31 | 92.73 | 0.22 | 0.6 |
| Hex | 98 | B0 | 84 | E | 0 | 19 | 1F | 5D | 16 | 3C |
| Octal | 230 | 260 | 204 | 16 | 0 | 31 | 37 | 135 | 26 | 74 |
| Binary | 10011000 | 10110000 | 10000100 | 1110 | 0 | 11001 | 11111 | 1011101 | 10110 | 111100 |
Color Harmonies of #98B084
Complementary color
Monochromatic Colors of #98B084
Black with #98B084
Text Example
Text Example
White with #98B084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B084; }
p { color: rgb(152,176,132); }
H1.HeaderClassName
{
color: #98B084;
}
.AnyTagClassName
{
color: #98B084;
}
</style>
background-color css
<style>
a { background-color: #98B084; }
a { background-color: rgb(152,176,132); }
div.DivClassName
{
background-color: #98B084;
}
.BgClassName
{
background-color: #98B084;
}
</style>
border-color css
<style>
span { border-color: #98B084; }
span { border-color: rgb(152,176,132); }
td.TdClassName
{
border-color: #98B084;
}
.TagClassName
{
border-color: #98B084;
}
</style>