Shades of Norway #97B389
Tints of Norway #97B389
RGB
CMYK
RGB Variations
Color information
#97B389 (or 0x97B389) is known color: Norway. HEX triplet: 97, B3 and 89. RGB value is (151,179,137). Sum of RGB (Red+Green+Blue) = 151+179+137=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #97B389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B389 is #684C76. Grayscale: #A5A5A5. Windows color (decimal): -6835319 or 9024407. OLE color: 9024407.
HSL color Cylindrical-coordinate representation of color #97B389: hue angle of 100º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97B389 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 179 | 137 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.30 |
| HSL | 100º | 0.22% | 0.62% | - |
| HSV(B) | 100º | 0.23% | 0.7% | - |
| XYZ | 33.4 | 40.63 | 29.75 | - |
| YUV | 165.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 179 | 137 | 0.16 | 0 | 0.23 | 0.30 | 100 | 0.22 | 0.62 |
| Hex | 97 | B3 | 89 | 10 | 0 | 17 | 1E | 64 | 16 | 3E |
| Octal | 227 | 263 | 211 | 20 | 0 | 27 | 36 | 144 | 26 | 76 |
| Binary | 10010111 | 10110011 | 10001001 | 10000 | 0 | 10111 | 11110 | 1100100 | 10110 | 111110 |
Color Harmonies of #97B389
Complementary color
Monochromatic Colors of #97B389
Black with #97B389
Text Example
Text Example
White with #97B389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B389; }
p { color: rgb(151,179,137); }
H1.HeaderClassName
{
color: #97B389;
}
.AnyTagClassName
{
color: #97B389;
}
</style>
background-color css
<style>
a { background-color: #97B389; }
a { background-color: rgb(151,179,137); }
div.DivClassName
{
background-color: #97B389;
}
.BgClassName
{
background-color: #97B389;
}
</style>
border-color css
<style>
span { border-color: #97B389; }
span { border-color: rgb(151,179,137); }
td.TdClassName
{
border-color: #97B389;
}
.TagClassName
{
border-color: #97B389;
}
</style>