Shades of Norway #9BA891
Tints of Norway #9BA891
RGB
CMYK
RGB Variations
Color information
#9BA891 (or 0x9BA891) is known color: Norway. HEX triplet: 9B, A8 and 91. RGB value is (155,168,145). Sum of RGB (Red+Green+Blue) = 155+168+145=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA891 is #64576E. Grayscale: #A1A1A1. Windows color (decimal): -6575983 or 9545883. OLE color: 9545883.
HSL color Cylindrical-coordinate representation of color #9BA891: hue angle of 93.91º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA891 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 145 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.34 |
| HSL | 93.91º | 0.12% | 0.61% | - |
| HSV(B) | 93.91º | 0.14% | 0.66% | - |
| XYZ | 32.63 | 37.02 | 32.21 | - |
| YUV | 161.49 | 118.69 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 145 | 0.08 | 0 | 0.14 | 0.34 | 93.91 | 0.12 | 0.61 |
| Hex | 9B | A8 | 91 | 8 | 0 | E | 22 | 5E | C | 3D |
| Octal | 233 | 250 | 221 | 10 | 0 | 16 | 42 | 136 | 14 | 75 |
| Binary | 10011011 | 10101000 | 10010001 | 1000 | 0 | 1110 | 100010 | 1011110 | 1100 | 111101 |
Color Harmonies of #9BA891
Complementary color
Monochromatic Colors of #9BA891
Black with #9BA891
Text Example
Text Example
White with #9BA891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA891; }
p { color: rgb(155,168,145); }
H1.HeaderClassName
{
color: #9BA891;
}
.AnyTagClassName
{
color: #9BA891;
}
</style>
background-color css
<style>
a { background-color: #9BA891; }
a { background-color: rgb(155,168,145); }
div.DivClassName
{
background-color: #9BA891;
}
.BgClassName
{
background-color: #9BA891;
}
</style>
border-color css
<style>
span { border-color: #9BA891; }
span { border-color: rgb(155,168,145); }
td.TdClassName
{
border-color: #9BA891;
}
.TagClassName
{
border-color: #9BA891;
}
</style>