Shades of Norway #9EBD82
Tints of Norway #9EBD82
RGB
CMYK
RGB Variations
Color information
#9EBD82 (or 0x9EBD82) is known color: Norway. HEX triplet: 9E, BD and 82. RGB value is (158,189,130). Sum of RGB (Red+Green+Blue) = 158+189+130=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD82 is #61427D. Grayscale: #ADADAD. Windows color (decimal): -6374014 or 8568222. OLE color: 8568222.
HSL color Cylindrical-coordinate representation of color #9EBD82: hue angle of 91.53º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EBD82 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 130 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.26 |
| HSL | 91.53º | 0.31% | 0.63% | - |
| HSV(B) | 91.53º | 0.31% | 0.74% | - |
| XYZ | 36.33 | 45.28 | 27.94 | - |
| YUV | 173.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 130 | 0.16 | 0 | 0.31 | 0.26 | 91.53 | 0.31 | 0.63 |
| Hex | 9E | BD | 82 | 10 | 0 | 1F | 1A | 5C | 1F | 3F |
| Octal | 236 | 275 | 202 | 20 | 0 | 37 | 32 | 134 | 37 | 77 |
| Binary | 10011110 | 10111101 | 10000010 | 10000 | 0 | 11111 | 11010 | 1011100 | 11111 | 111111 |
Color Harmonies of #9EBD82
Complementary color
Monochromatic Colors of #9EBD82
Black with #9EBD82
Text Example
Text Example
White with #9EBD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD82; }
p { color: rgb(158,189,130); }
H1.HeaderClassName
{
color: #9EBD82;
}
.AnyTagClassName
{
color: #9EBD82;
}
</style>
background-color css
<style>
a { background-color: #9EBD82; }
a { background-color: rgb(158,189,130); }
div.DivClassName
{
background-color: #9EBD82;
}
.BgClassName
{
background-color: #9EBD82;
}
</style>
border-color css
<style>
span { border-color: #9EBD82; }
span { border-color: rgb(158,189,130); }
td.TdClassName
{
border-color: #9EBD82;
}
.TagClassName
{
border-color: #9EBD82;
}
</style>