Shades of Norway #9BAD90
Tints of Norway #9BAD90
RGB
CMYK
RGB Variations
Color information
#9BAD90 (or 0x9BAD90) is known color: Norway. HEX triplet: 9B, AD and 90. RGB value is (155,173,144). Sum of RGB (Red+Green+Blue) = 155+173+144=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD90 is #64526F. Grayscale: #A4A4A4. Windows color (decimal): -6574704 or 9481627. OLE color: 9481627.
HSL color Cylindrical-coordinate representation of color #9BAD90: hue angle of 97.24º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BAD90 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 144 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.32 |
| HSL | 97.24º | 0.15% | 0.62% | - |
| HSV(B) | 97.24º | 0.17% | 0.68% | - |
| XYZ | 33.5 | 38.87 | 32.12 | - |
| YUV | 164.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 144 | 0.10 | 0 | 0.17 | 0.32 | 97.24 | 0.15 | 0.62 |
| Hex | 9B | AD | 90 | A | 0 | 11 | 20 | 61 | F | 3E |
| Octal | 233 | 255 | 220 | 12 | 0 | 21 | 40 | 141 | 17 | 76 |
| Binary | 10011011 | 10101101 | 10010000 | 1010 | 0 | 10001 | 100000 | 1100001 | 1111 | 111110 |
Color Harmonies of #9BAD90
Complementary color
Monochromatic Colors of #9BAD90
Black with #9BAD90
Text Example
Text Example
White with #9BAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD90; }
p { color: rgb(155,173,144); }
H1.HeaderClassName
{
color: #9BAD90;
}
.AnyTagClassName
{
color: #9BAD90;
}
</style>
background-color css
<style>
a { background-color: #9BAD90; }
a { background-color: rgb(155,173,144); }
div.DivClassName
{
background-color: #9BAD90;
}
.BgClassName
{
background-color: #9BAD90;
}
</style>
border-color css
<style>
span { border-color: #9BAD90; }
span { border-color: rgb(155,173,144); }
td.TdClassName
{
border-color: #9BAD90;
}
.TagClassName
{
border-color: #9BAD90;
}
</style>