Shades of Norway #98B88A
Tints of Norway #98B88A
RGB
CMYK
RGB Variations
Color information
#98B88A (or 0x98B88A) is known color: Norway. HEX triplet: 98, B8 and 8A. RGB value is (152,184,138). Sum of RGB (Red+Green+Blue) = 152+184+138=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #98B88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B88A is #674775. Grayscale: #A9A9A9. Windows color (decimal): -6768502 or 9091224. OLE color: 9091224.
HSL color Cylindrical-coordinate representation of color #98B88A: hue angle of 101.74º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #98B88A is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 184 | 138 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.28 |
| HSL | 101.74º | 0.24% | 0.63% | - |
| HSV(B) | 101.74º | 0.25% | 0.72% | - |
| XYZ | 34.68 | 42.79 | 30.48 | - |
| YUV | 169.19 | 110.4 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 184 | 138 | 0.17 | 0 | 0.25 | 0.28 | 101.74 | 0.24 | 0.63 |
| Hex | 98 | B8 | 8A | 11 | 0 | 19 | 1C | 66 | 18 | 3F |
| Octal | 230 | 270 | 212 | 21 | 0 | 31 | 34 | 146 | 30 | 77 |
| Binary | 10011000 | 10111000 | 10001010 | 10001 | 0 | 11001 | 11100 | 1100110 | 11000 | 111111 |
Color Harmonies of #98B88A
Complementary color
Monochromatic Colors of #98B88A
Black with #98B88A
Text Example
Text Example
White with #98B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B88A; }
p { color: rgb(152,184,138); }
H1.HeaderClassName
{
color: #98B88A;
}
.AnyTagClassName
{
color: #98B88A;
}
</style>
background-color css
<style>
a { background-color: #98B88A; }
a { background-color: rgb(152,184,138); }
div.DivClassName
{
background-color: #98B88A;
}
.BgClassName
{
background-color: #98B88A;
}
</style>
border-color css
<style>
span { border-color: #98B88A; }
span { border-color: rgb(152,184,138); }
td.TdClassName
{
border-color: #98B88A;
}
.TagClassName
{
border-color: #98B88A;
}
</style>