Shades of Norway #9BA98D
Tints of Norway #9BA98D
RGB
CMYK
RGB Variations
Color information
#9BA98D (or 0x9BA98D) is known color: Norway. HEX triplet: 9B, A9 and 8D. RGB value is (155,169,141). Sum of RGB (Red+Green+Blue) = 155+169+141=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA98D is #645672. Grayscale: #A1A1A1. Windows color (decimal): -6575731 or 9283995. OLE color: 9283995.
HSL color Cylindrical-coordinate representation of color #9BA98D: hue angle of 90º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BA98D is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 141 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.34 |
| HSL | 90º | 0.14% | 0.61% | - |
| HSV(B) | 90º | 0.17% | 0.66% | - |
| XYZ | 32.51 | 37.27 | 30.68 | - |
| YUV | 161.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 141 | 0.08 | 0 | 0.17 | 0.34 | 90 | 0.14 | 0.61 |
| Hex | 9B | A9 | 8D | 8 | 0 | 11 | 22 | 5A | E | 3D |
| Octal | 233 | 251 | 215 | 10 | 0 | 21 | 42 | 132 | 16 | 75 |
| Binary | 10011011 | 10101001 | 10001101 | 1000 | 0 | 10001 | 100010 | 1011010 | 1110 | 111101 |
Color Harmonies of #9BA98D
Complementary color
Monochromatic Colors of #9BA98D
Black with #9BA98D
Text Example
Text Example
White with #9BA98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA98D; }
p { color: rgb(155,169,141); }
H1.HeaderClassName
{
color: #9BA98D;
}
.AnyTagClassName
{
color: #9BA98D;
}
</style>
background-color css
<style>
a { background-color: #9BA98D; }
a { background-color: rgb(155,169,141); }
div.DivClassName
{
background-color: #9BA98D;
}
.BgClassName
{
background-color: #9BA98D;
}
</style>
border-color css
<style>
span { border-color: #9BA98D; }
span { border-color: rgb(155,169,141); }
td.TdClassName
{
border-color: #9BA98D;
}
.TagClassName
{
border-color: #9BA98D;
}
</style>