Shades of Norway #98B689
Tints of Norway #98B689
RGB
CMYK
RGB Variations
Color information
#98B689 (or 0x98B689) is known color: Norway. HEX triplet: 98, B6 and 89. RGB value is (152,182,137). Sum of RGB (Red+Green+Blue) = 152+182+137=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #98B689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B689 is #674976. Grayscale: #A8A8A8. Windows color (decimal): -6769015 or 9025176. OLE color: 9025176.
HSL color Cylindrical-coordinate representation of color #98B689: hue angle of 100º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B689 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 182 | 137 | - |
| CMYK | 0.16 | 0 | 0.25 | 0.29 |
| HSL | 100º | 0.24% | 0.63% | - |
| HSV(B) | 100º | 0.25% | 0.71% | - |
| XYZ | 34.19 | 41.94 | 29.96 | - |
| YUV | 167.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 182 | 137 | 0.16 | 0 | 0.25 | 0.29 | 100 | 0.24 | 0.63 |
| Hex | 98 | B6 | 89 | 10 | 0 | 19 | 1D | 64 | 18 | 3F |
| Octal | 230 | 266 | 211 | 20 | 0 | 31 | 35 | 144 | 30 | 77 |
| Binary | 10011000 | 10110110 | 10001001 | 10000 | 0 | 11001 | 11101 | 1100100 | 11000 | 111111 |
Color Harmonies of #98B689
Complementary color
Monochromatic Colors of #98B689
Black with #98B689
Text Example
Text Example
White with #98B689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B689; }
p { color: rgb(152,182,137); }
H1.HeaderClassName
{
color: #98B689;
}
.AnyTagClassName
{
color: #98B689;
}
</style>
background-color css
<style>
a { background-color: #98B689; }
a { background-color: rgb(152,182,137); }
div.DivClassName
{
background-color: #98B689;
}
.BgClassName
{
background-color: #98B689;
}
</style>
border-color css
<style>
span { border-color: #98B689; }
span { border-color: rgb(152,182,137); }
td.TdClassName
{
border-color: #98B689;
}
.TagClassName
{
border-color: #98B689;
}
</style>