Shades of Norway #9BAA8C
Tints of Norway #9BAA8C
RGB
CMYK
RGB Variations
Color information
#9BAA8C (or 0x9BAA8C) is known color: Norway. HEX triplet: 9B, AA and 8C. RGB value is (155,170,140). Sum of RGB (Red+Green+Blue) = 155+170+140=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA8C is #645573. Grayscale: #A2A2A2. Windows color (decimal): -6575476 or 9218715. OLE color: 9218715.
HSL color Cylindrical-coordinate representation of color #9BAA8C: hue angle of 90º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BAA8C is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 140 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.33 |
| HSL | 90º | 0.15% | 0.61% | - |
| HSV(B) | 90º | 0.18% | 0.67% | - |
| XYZ | 32.63 | 37.61 | 30.35 | - |
| YUV | 162.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 140 | 0.09 | 0 | 0.18 | 0.33 | 90 | 0.15 | 0.61 |
| Hex | 9B | AA | 8C | 9 | 0 | 12 | 21 | 5A | F | 3D |
| Octal | 233 | 252 | 214 | 11 | 0 | 22 | 41 | 132 | 17 | 75 |
| Binary | 10011011 | 10101010 | 10001100 | 1001 | 0 | 10010 | 100001 | 1011010 | 1111 | 111101 |
Color Harmonies of #9BAA8C
Complementary color
Monochromatic Colors of #9BAA8C
Black with #9BAA8C
Text Example
Text Example
White with #9BAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA8C; }
p { color: rgb(155,170,140); }
H1.HeaderClassName
{
color: #9BAA8C;
}
.AnyTagClassName
{
color: #9BAA8C;
}
</style>
background-color css
<style>
a { background-color: #9BAA8C; }
a { background-color: rgb(155,170,140); }
div.DivClassName
{
background-color: #9BAA8C;
}
.BgClassName
{
background-color: #9BAA8C;
}
</style>
border-color css
<style>
span { border-color: #9BAA8C; }
span { border-color: rgb(155,170,140); }
td.TdClassName
{
border-color: #9BAA8C;
}
.TagClassName
{
border-color: #9BAA8C;
}
</style>