Shades of Norway #9BAD89
Tints of Norway #9BAD89
RGB
CMYK
RGB Variations
Color information
#9BAD89 (or 0x9BAD89) is known color: Norway. HEX triplet: 9B, AD and 89. RGB value is (155,173,137). Sum of RGB (Red+Green+Blue) = 155+173+137=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAD89 is #645276. Grayscale: #A3A3A3. Windows color (decimal): -6574711 or 9022875. OLE color: 9022875.
HSL color Cylindrical-coordinate representation of color #9BAD89: hue angle of 90º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BAD89 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 173 | 137 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.32 |
| HSL | 90º | 0.18% | 0.61% | - |
| HSV(B) | 90º | 0.21% | 0.68% | - |
| XYZ | 32.98 | 38.66 | 29.39 | - |
| YUV | 163.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 137 | 0.10 | 0 | 0.21 | 0.32 | 90 | 0.18 | 0.61 |
| Hex | 9B | AD | 89 | A | 0 | 15 | 20 | 5A | 12 | 3D |
| Octal | 233 | 255 | 211 | 12 | 0 | 25 | 40 | 132 | 22 | 75 |
| Binary | 10011011 | 10101101 | 10001001 | 1010 | 0 | 10101 | 100000 | 1011010 | 10010 | 111101 |
Color Harmonies of #9BAD89
Complementary color
Monochromatic Colors of #9BAD89
Black with #9BAD89
Text Example
Text Example
White with #9BAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAD89; }
p { color: rgb(155,173,137); }
H1.HeaderClassName
{
color: #9BAD89;
}
.AnyTagClassName
{
color: #9BAD89;
}
</style>
background-color css
<style>
a { background-color: #9BAD89; }
a { background-color: rgb(155,173,137); }
div.DivClassName
{
background-color: #9BAD89;
}
.BgClassName
{
background-color: #9BAD89;
}
</style>
border-color css
<style>
span { border-color: #9BAD89; }
span { border-color: rgb(155,173,137); }
td.TdClassName
{
border-color: #9BAD89;
}
.TagClassName
{
border-color: #9BAD89;
}
</style>