Shades of Norway #9BAB90
Tints of Norway #9BAB90
RGB
CMYK
RGB Variations
Color information
#9BAB90 (or 0x9BAB90) is known color: Norway. HEX triplet: 9B, AB and 90. RGB value is (155,171,144). Sum of RGB (Red+Green+Blue) = 155+171+144=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB90 is #64546F. Grayscale: #A3A3A3. Windows color (decimal): -6575216 or 9481115. OLE color: 9481115.
HSL color Cylindrical-coordinate representation of color #9BAB90: hue angle of 95.56º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BAB90 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 171 | 144 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.33 |
| HSL | 95.56º | 0.14% | 0.62% | - |
| HSV(B) | 95.56º | 0.16% | 0.67% | - |
| XYZ | 33.11 | 38.11 | 32 | - |
| YUV | 163.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 171 | 144 | 0.09 | 0 | 0.16 | 0.33 | 95.56 | 0.14 | 0.62 |
| Hex | 9B | AB | 90 | 9 | 0 | 10 | 21 | 60 | E | 3E |
| Octal | 233 | 253 | 220 | 11 | 0 | 20 | 41 | 140 | 16 | 76 |
| Binary | 10011011 | 10101011 | 10010000 | 1001 | 0 | 10000 | 100001 | 1100000 | 1110 | 111110 |
Color Harmonies of #9BAB90
Complementary color
Monochromatic Colors of #9BAB90
Black with #9BAB90
Text Example
Text Example
White with #9BAB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAB90; }
p { color: rgb(155,171,144); }
H1.HeaderClassName
{
color: #9BAB90;
}
.AnyTagClassName
{
color: #9BAB90;
}
</style>
background-color css
<style>
a { background-color: #9BAB90; }
a { background-color: rgb(155,171,144); }
div.DivClassName
{
background-color: #9BAB90;
}
.BgClassName
{
background-color: #9BAB90;
}
</style>
border-color css
<style>
span { border-color: #9BAB90; }
span { border-color: rgb(155,171,144); }
td.TdClassName
{
border-color: #9BAB90;
}
.TagClassName
{
border-color: #9BAB90;
}
</style>