Shades of Norway #9BAD85
Tints of Norway #9BAD85
RGB
CMYK
RGB Variations
Color information
#9BAD85 (or 0x9BAD85) is known color: Norway. HEX triplet: 9B, AD and 85. RGB value is (155,173,133). Sum of RGB (Red+Green+Blue) = 155+173+133=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD85 is #64527A. Grayscale: #A3A3A3. Windows color (decimal): -6574715 or 8760731. OLE color: 8760731.
HSL color Cylindrical-coordinate representation of color #9BAD85: hue angle of 87º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAD85 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 133 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.32 |
| HSL | 87º | 0.2% | 0.6% | - |
| HSV(B) | 87º | 0.23% | 0.68% | - |
| XYZ | 32.69 | 38.55 | 27.91 | - |
| YUV | 163.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 133 | 0.10 | 0 | 0.23 | 0.32 | 87 | 0.2 | 0.6 |
| Hex | 9B | AD | 85 | A | 0 | 17 | 20 | 57 | 14 | 3C |
| Octal | 233 | 255 | 205 | 12 | 0 | 27 | 40 | 127 | 24 | 74 |
| Binary | 10011011 | 10101101 | 10000101 | 1010 | 0 | 10111 | 100000 | 1010111 | 10100 | 111100 |
Color Harmonies of #9BAD85
Complementary color
Monochromatic Colors of #9BAD85
Black with #9BAD85
Text Example
Text Example
White with #9BAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD85; }
p { color: rgb(155,173,133); }
H1.HeaderClassName
{
color: #9BAD85;
}
.AnyTagClassName
{
color: #9BAD85;
}
</style>
background-color css
<style>
a { background-color: #9BAD85; }
a { background-color: rgb(155,173,133); }
div.DivClassName
{
background-color: #9BAD85;
}
.BgClassName
{
background-color: #9BAD85;
}
</style>
border-color css
<style>
span { border-color: #9BAD85; }
span { border-color: rgb(155,173,133); }
td.TdClassName
{
border-color: #9BAD85;
}
.TagClassName
{
border-color: #9BAD85;
}
</style>