Shades of Norway #97B888
Tints of Norway #97B888
RGB
CMYK
RGB Variations
Color information
#97B888 (or 0x97B888) is known color: Norway. HEX triplet: 97, B8 and 88. RGB value is (151,184,136). Sum of RGB (Red+Green+Blue) = 151+184+136=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #97B888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B888 is #684777. Grayscale: #A8A8A8. Windows color (decimal): -6834040 or 8960151. OLE color: 8960151.
HSL color Cylindrical-coordinate representation of color #97B888: hue angle of 101.25º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97B888 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 151 | 184 | 136 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.28 |
| HSL | 101.25º | 0.25% | 0.63% | - |
| HSV(B) | 101.25º | 0.26% | 0.72% | - |
| XYZ | 34.35 | 42.64 | 29.71 | - |
| YUV | 168.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 184 | 136 | 0.18 | 0 | 0.26 | 0.28 | 101.25 | 0.25 | 0.63 |
| Hex | 97 | B8 | 88 | 12 | 0 | 1A | 1C | 65 | 19 | 3F |
| Octal | 227 | 270 | 210 | 22 | 0 | 32 | 34 | 145 | 31 | 77 |
| Binary | 10010111 | 10111000 | 10001000 | 10010 | 0 | 11010 | 11100 | 1100101 | 11001 | 111111 |
Color Harmonies of #97B888
Complementary color
Monochromatic Colors of #97B888
Black with #97B888
Text Example
Text Example
White with #97B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B888; }
p { color: rgb(151,184,136); }
H1.HeaderClassName
{
color: #97B888;
}
.AnyTagClassName
{
color: #97B888;
}
</style>
background-color css
<style>
a { background-color: #97B888; }
a { background-color: rgb(151,184,136); }
div.DivClassName
{
background-color: #97B888;
}
.BgClassName
{
background-color: #97B888;
}
</style>
border-color css
<style>
span { border-color: #97B888; }
span { border-color: rgb(151,184,136); }
td.TdClassName
{
border-color: #97B888;
}
.TagClassName
{
border-color: #97B888;
}
</style>