Shades of Norway #9BA991
Tints of Norway #9BA991
RGB
CMYK
RGB Variations
Color information
#9BA991 (or 0x9BA991) is known color: Norway. HEX triplet: 9B, A9 and 91. RGB value is (155,169,145). Sum of RGB (Red+Green+Blue) = 155+169+145=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA991 is #64566E. Grayscale: #A2A2A2. Windows color (decimal): -6575727 or 9546139. OLE color: 9546139.
HSL color Cylindrical-coordinate representation of color #9BA991: hue angle of 95º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA991 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 145 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.34 |
| HSL | 95º | 0.12% | 0.62% | - |
| HSV(B) | 95º | 0.14% | 0.66% | - |
| XYZ | 32.82 | 37.39 | 32.28 | - |
| YUV | 162.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 145 | 0.08 | 0 | 0.14 | 0.34 | 95 | 0.12 | 0.62 |
| Hex | 9B | A9 | 91 | 8 | 0 | E | 22 | 5F | C | 3E |
| Octal | 233 | 251 | 221 | 10 | 0 | 16 | 42 | 137 | 14 | 76 |
| Binary | 10011011 | 10101001 | 10010001 | 1000 | 0 | 1110 | 100010 | 1011111 | 1100 | 111110 |
Color Harmonies of #9BA991
Complementary color
Monochromatic Colors of #9BA991
Black with #9BA991
Text Example
Text Example
White with #9BA991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA991; }
p { color: rgb(155,169,145); }
H1.HeaderClassName
{
color: #9BA991;
}
.AnyTagClassName
{
color: #9BA991;
}
</style>
background-color css
<style>
a { background-color: #9BA991; }
a { background-color: rgb(155,169,145); }
div.DivClassName
{
background-color: #9BA991;
}
.BgClassName
{
background-color: #9BA991;
}
</style>
border-color css
<style>
span { border-color: #9BA991; }
span { border-color: rgb(155,169,145); }
td.TdClassName
{
border-color: #9BA991;
}
.TagClassName
{
border-color: #9BA991;
}
</style>