Shades of Norway #98B185
Tints of Norway #98B185
RGB
CMYK
RGB Variations
Color information
#98B185 (or 0x98B185) is known color: Norway. HEX triplet: 98, B1 and 85. RGB value is (152,177,133). Sum of RGB (Red+Green+Blue) = 152+177+133=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #98B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B185 is #674E7A. Grayscale: #A4A4A4. Windows color (decimal): -6770299 or 8761752. OLE color: 8761752.
HSL color Cylindrical-coordinate representation of color #98B185: hue angle of 94.09º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B185 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 177 | 133 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.31 |
| HSL | 94.09º | 0.22% | 0.61% | - |
| HSV(B) | 94.09º | 0.25% | 0.69% | - |
| XYZ | 32.9 | 39.81 | 28.14 | - |
| YUV | 164.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 177 | 133 | 0.14 | 0 | 0.25 | 0.31 | 94.09 | 0.22 | 0.61 |
| Hex | 98 | B1 | 85 | E | 0 | 19 | 1F | 5E | 16 | 3D |
| Octal | 230 | 261 | 205 | 16 | 0 | 31 | 37 | 136 | 26 | 75 |
| Binary | 10011000 | 10110001 | 10000101 | 1110 | 0 | 11001 | 11111 | 1011110 | 10110 | 111101 |
Color Harmonies of #98B185
Complementary color
Monochromatic Colors of #98B185
Black with #98B185
Text Example
Text Example
White with #98B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B185; }
p { color: rgb(152,177,133); }
H1.HeaderClassName
{
color: #98B185;
}
.AnyTagClassName
{
color: #98B185;
}
</style>
background-color css
<style>
a { background-color: #98B185; }
a { background-color: rgb(152,177,133); }
div.DivClassName
{
background-color: #98B185;
}
.BgClassName
{
background-color: #98B185;
}
</style>
border-color css
<style>
span { border-color: #98B185; }
span { border-color: rgb(152,177,133); }
td.TdClassName
{
border-color: #98B185;
}
.TagClassName
{
border-color: #98B185;
}
</style>