Shades of Norway #9BAA85
Tints of Norway #9BAA85
RGB
CMYK
RGB Variations
Color information
#9BAA85 (or 0x9BAA85) is known color: Norway. HEX triplet: 9B, AA and 85. RGB value is (155,170,133). Sum of RGB (Red+Green+Blue) = 155+170+133=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA85 is #64557A. Grayscale: #A1A1A1. Windows color (decimal): -6575483 or 8759963. OLE color: 8759963.
HSL color Cylindrical-coordinate representation of color #9BAA85: hue angle of 84.32º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BAA85 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 170 | 133 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.33 |
| HSL | 84.32º | 0.18% | 0.59% | - |
| HSV(B) | 84.32º | 0.22% | 0.67% | - |
| XYZ | 32.13 | 37.41 | 27.72 | - |
| YUV | 161.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 170 | 133 | 0.09 | 0 | 0.22 | 0.33 | 84.32 | 0.18 | 0.59 |
| Hex | 9B | AA | 85 | 9 | 0 | 16 | 21 | 54 | 12 | 3B |
| Octal | 233 | 252 | 205 | 11 | 0 | 26 | 41 | 124 | 22 | 73 |
| Binary | 10011011 | 10101010 | 10000101 | 1001 | 0 | 10110 | 100001 | 1010100 | 10010 | 111011 |
Color Harmonies of #9BAA85
Complementary color
Monochromatic Colors of #9BAA85
Black with #9BAA85
Text Example
Text Example
White with #9BAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAA85; }
p { color: rgb(155,170,133); }
H1.HeaderClassName
{
color: #9BAA85;
}
.AnyTagClassName
{
color: #9BAA85;
}
</style>
background-color css
<style>
a { background-color: #9BAA85; }
a { background-color: rgb(155,170,133); }
div.DivClassName
{
background-color: #9BAA85;
}
.BgClassName
{
background-color: #9BAA85;
}
</style>
border-color css
<style>
span { border-color: #9BAA85; }
span { border-color: rgb(155,170,133); }
td.TdClassName
{
border-color: #9BAA85;
}
.TagClassName
{
border-color: #9BAA85;
}
</style>