Shades of Norway #9BA98E
Tints of Norway #9BA98E
RGB
CMYK
RGB Variations
Color information
#9BA98E (or 0x9BA98E) is known color: Norway. HEX triplet: 9B, A9 and 8E. RGB value is (155,169,142). Sum of RGB (Red+Green+Blue) = 155+169+142=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA98E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA98E is #645671. Grayscale: #A1A1A1. Windows color (decimal): -6575730 or 9349531. OLE color: 9349531.
HSL color Cylindrical-coordinate representation of color #9BA98E: hue angle of 91.11º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BA98E is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 142 | - |
| CMYK | 0.08 | 0 | 0.16 | 0.34 |
| HSL | 91.11º | 0.14% | 0.61% | - |
| HSV(B) | 91.11º | 0.16% | 0.66% | - |
| XYZ | 32.59 | 37.3 | 31.07 | - |
| YUV | 161.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 142 | 0.08 | 0 | 0.16 | 0.34 | 91.11 | 0.14 | 0.61 |
| Hex | 9B | A9 | 8E | 8 | 0 | 10 | 22 | 5B | E | 3D |
| Octal | 233 | 251 | 216 | 10 | 0 | 20 | 42 | 133 | 16 | 75 |
| Binary | 10011011 | 10101001 | 10001110 | 1000 | 0 | 10000 | 100010 | 1011011 | 1110 | 111101 |
Color Harmonies of #9BA98E
Complementary color
Monochromatic Colors of #9BA98E
Black with #9BA98E
Text Example
Text Example
White with #9BA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA98E; }
p { color: rgb(155,169,142); }
H1.HeaderClassName
{
color: #9BA98E;
}
.AnyTagClassName
{
color: #9BA98E;
}
</style>
background-color css
<style>
a { background-color: #9BA98E; }
a { background-color: rgb(155,169,142); }
div.DivClassName
{
background-color: #9BA98E;
}
.BgClassName
{
background-color: #9BA98E;
}
</style>
border-color css
<style>
span { border-color: #9BA98E; }
span { border-color: rgb(155,169,142); }
td.TdClassName
{
border-color: #9BA98E;
}
.TagClassName
{
border-color: #9BA98E;
}
</style>