Shades of Norway #9BAD8E
Tints of Norway #9BAD8E
RGB
CMYK
RGB Variations
Color information
#9BAD8E (or 0x9BAD8E) is known color: Norway. HEX triplet: 9B, AD and 8E. RGB value is (155,173,142). Sum of RGB (Red+Green+Blue) = 155+173+142=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD8E is #645271. Grayscale: #A4A4A4. Windows color (decimal): -6574706 or 9350555. OLE color: 9350555.
HSL color Cylindrical-coordinate representation of color #9BAD8E: hue angle of 94.84º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BAD8E is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 142 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.32 |
| HSL | 94.84º | 0.16% | 0.62% | - |
| HSV(B) | 94.84º | 0.18% | 0.68% | - |
| XYZ | 33.34 | 38.81 | 31.32 | - |
| YUV | 164.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 142 | 0.10 | 0 | 0.18 | 0.32 | 94.84 | 0.16 | 0.62 |
| Hex | 9B | AD | 8E | A | 0 | 12 | 20 | 5F | 10 | 3E |
| Octal | 233 | 255 | 216 | 12 | 0 | 22 | 40 | 137 | 20 | 76 |
| Binary | 10011011 | 10101101 | 10001110 | 1010 | 0 | 10010 | 100000 | 1011111 | 10000 | 111110 |
Color Harmonies of #9BAD8E
Complementary color
Monochromatic Colors of #9BAD8E
Black with #9BAD8E
Text Example
Text Example
White with #9BAD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD8E; }
p { color: rgb(155,173,142); }
H1.HeaderClassName
{
color: #9BAD8E;
}
.AnyTagClassName
{
color: #9BAD8E;
}
</style>
background-color css
<style>
a { background-color: #9BAD8E; }
a { background-color: rgb(155,173,142); }
div.DivClassName
{
background-color: #9BAD8E;
}
.BgClassName
{
background-color: #9BAD8E;
}
</style>
border-color css
<style>
span { border-color: #9BAD8E; }
span { border-color: rgb(155,173,142); }
td.TdClassName
{
border-color: #9BAD8E;
}
.TagClassName
{
border-color: #9BAD8E;
}
</style>