Shades of Norway #9DBA8A
Tints of Norway #9DBA8A
RGB
CMYK
RGB Variations
Color information
#9DBA8A (or 0x9DBA8A) is known color: Norway. HEX triplet: 9D, BA and 8A. RGB value is (157,186,138). Sum of RGB (Red+Green+Blue) = 157+186+138=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBA8A is #624575. Grayscale: #ACACAC. Windows color (decimal): -6440310 or 9091741. OLE color: 9091741.
HSL color Cylindrical-coordinate representation of color #9DBA8A: hue angle of 96.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DBA8A is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 186 | 138 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.27 |
| HSL | 96.25º | 0.26% | 0.64% | - |
| HSV(B) | 96.25º | 0.26% | 0.73% | - |
| XYZ | 36.05 | 44.12 | 30.66 | - |
| YUV | 171.86 | 108.89 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 138 | 0.16 | 0 | 0.26 | 0.27 | 96.25 | 0.26 | 0.64 |
| Hex | 9D | BA | 8A | 10 | 0 | 1A | 1B | 60 | 1A | 40 |
| Octal | 235 | 272 | 212 | 20 | 0 | 32 | 33 | 140 | 32 | 100 |
| Binary | 10011101 | 10111010 | 10001010 | 10000 | 0 | 11010 | 11011 | 1100000 | 11010 | 1000000 |
Color Harmonies of #9DBA8A
Complementary color
Monochromatic Colors of #9DBA8A
Black with #9DBA8A
Text Example
Text Example
White with #9DBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBA8A; }
p { color: rgb(157,186,138); }
H1.HeaderClassName
{
color: #9DBA8A;
}
.AnyTagClassName
{
color: #9DBA8A;
}
</style>
background-color css
<style>
a { background-color: #9DBA8A; }
a { background-color: rgb(157,186,138); }
div.DivClassName
{
background-color: #9DBA8A;
}
.BgClassName
{
background-color: #9DBA8A;
}
</style>
border-color css
<style>
span { border-color: #9DBA8A; }
span { border-color: rgb(157,186,138); }
td.TdClassName
{
border-color: #9DBA8A;
}
.TagClassName
{
border-color: #9DBA8A;
}
</style>