Shades of Norway #98BB89
Tints of Norway #98BB89
RGB
CMYK
RGB Variations
Color information
#98BB89 (or 0x98BB89) is known color: Norway. HEX triplet: 98, BB and 89. RGB value is (152,187,137). Sum of RGB (Red+Green+Blue) = 152+187+137=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #98BB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BB89 is #674476. Grayscale: #ABABAB. Windows color (decimal): -6767735 or 9026456. OLE color: 9026456.
HSL color Cylindrical-coordinate representation of color #98BB89: hue angle of 102º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98BB89 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 187 | 137 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.27 |
| HSL | 102º | 0.27% | 0.64% | - |
| HSV(B) | 102º | 0.27% | 0.73% | - |
| XYZ | 35.23 | 44.02 | 30.31 | - |
| YUV | 170.84 | 108.9 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 187 | 137 | 0.19 | 0 | 0.27 | 0.27 | 102 | 0.27 | 0.64 |
| Hex | 98 | BB | 89 | 13 | 0 | 1B | 1B | 66 | 1B | 40 |
| Octal | 230 | 273 | 211 | 23 | 0 | 33 | 33 | 146 | 33 | 100 |
| Binary | 10011000 | 10111011 | 10001001 | 10011 | 0 | 11011 | 11011 | 1100110 | 11011 | 1000000 |
Color Harmonies of #98BB89
Complementary color
Monochromatic Colors of #98BB89
Black with #98BB89
Text Example
Text Example
White with #98BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98BB89; }
p { color: rgb(152,187,137); }
H1.HeaderClassName
{
color: #98BB89;
}
.AnyTagClassName
{
color: #98BB89;
}
</style>
background-color css
<style>
a { background-color: #98BB89; }
a { background-color: rgb(152,187,137); }
div.DivClassName
{
background-color: #98BB89;
}
.BgClassName
{
background-color: #98BB89;
}
</style>
border-color css
<style>
span { border-color: #98BB89; }
span { border-color: rgb(152,187,137); }
td.TdClassName
{
border-color: #98BB89;
}
.TagClassName
{
border-color: #98BB89;
}
</style>