Shades of Norway #9BAA8B
Tints of Norway #9BAA8B
RGB
CMYK
RGB Variations
Color information
#9BAA8B (or 0x9BAA8B) is known color: Norway. HEX triplet: 9B, AA and 8B. RGB value is (155,170,139). Sum of RGB (Red+Green+Blue) = 155+170+139=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA8B is #645574. Grayscale: #A2A2A2. Windows color (decimal): -6575477 or 9153179. OLE color: 9153179.
HSL color Cylindrical-coordinate representation of color #9BAA8B: hue angle of 89.03º 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 #9BAA8B is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 139 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.33 |
| HSL | 89.03º | 0.15% | 0.61% | - |
| HSV(B) | 89.03º | 0.18% | 0.67% | - |
| XYZ | 32.55 | 37.58 | 29.96 | - |
| YUV | 161.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 139 | 0.09 | 0 | 0.18 | 0.33 | 89.03 | 0.15 | 0.61 |
| Hex | 9B | AA | 8B | 9 | 0 | 12 | 21 | 59 | F | 3D |
| Octal | 233 | 252 | 213 | 11 | 0 | 22 | 41 | 131 | 17 | 75 |
| Binary | 10011011 | 10101010 | 10001011 | 1001 | 0 | 10010 | 100001 | 1011001 | 1111 | 111101 |
Color Harmonies of #9BAA8B
Complementary color
Monochromatic Colors of #9BAA8B
Black with #9BAA8B
Text Example
Text Example
White with #9BAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA8B; }
p { color: rgb(155,170,139); }
H1.HeaderClassName
{
color: #9BAA8B;
}
.AnyTagClassName
{
color: #9BAA8B;
}
</style>
background-color css
<style>
a { background-color: #9BAA8B; }
a { background-color: rgb(155,170,139); }
div.DivClassName
{
background-color: #9BAA8B;
}
.BgClassName
{
background-color: #9BAA8B;
}
</style>
border-color css
<style>
span { border-color: #9BAA8B; }
span { border-color: rgb(155,170,139); }
td.TdClassName
{
border-color: #9BAA8B;
}
.TagClassName
{
border-color: #9BAA8B;
}
</style>