Shades of Norway #98B687
Tints of Norway #98B687
RGB
CMYK
RGB Variations
Color information
#98B687 (or 0x98B687) is known color: Norway. HEX triplet: 98, B6 and 87. RGB value is (152,182,135). Sum of RGB (Red+Green+Blue) = 152+182+135=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 182 - color contains mainly: green. Hex color #98B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B687 is #674978. Grayscale: #A7A7A7. Windows color (decimal): -6769017 or 8894104. OLE color: 8894104.
HSL color Cylindrical-coordinate representation of color #98B687: hue angle of 98.3º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98B687 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 182 | 135 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.29 |
| HSL | 98.3º | 0.24% | 0.62% | - |
| HSV(B) | 98.3º | 0.26% | 0.71% | - |
| XYZ | 34.05 | 41.88 | 29.21 | - |
| YUV | 167.67 | 109.56 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 135 | 0.16 | 0 | 0.26 | 0.29 | 98.3 | 0.24 | 0.62 |
| Hex | 98 | B6 | 87 | 10 | 0 | 1A | 1D | 62 | 18 | 3E |
| Octal | 230 | 266 | 207 | 20 | 0 | 32 | 35 | 142 | 30 | 76 |
| Binary | 10011000 | 10110110 | 10000111 | 10000 | 0 | 11010 | 11101 | 1100010 | 11000 | 111110 |
Color Harmonies of #98B687
Complementary color
Monochromatic Colors of #98B687
Black with #98B687
Text Example
Text Example
White with #98B687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B687; }
p { color: rgb(152,182,135); }
H1.HeaderClassName
{
color: #98B687;
}
.AnyTagClassName
{
color: #98B687;
}
</style>
background-color css
<style>
a { background-color: #98B687; }
a { background-color: rgb(152,182,135); }
div.DivClassName
{
background-color: #98B687;
}
.BgClassName
{
background-color: #98B687;
}
</style>
border-color css
<style>
span { border-color: #98B687; }
span { border-color: rgb(152,182,135); }
td.TdClassName
{
border-color: #98B687;
}
.TagClassName
{
border-color: #98B687;
}
</style>