Shades of Norway #9EBD83
Tints of Norway #9EBD83
RGB
CMYK
RGB Variations
Color information
#9EBD83 (or 0x9EBD83) is known color: Norway. HEX triplet: 9E, BD and 83. RGB value is (158,189,131). Sum of RGB (Red+Green+Blue) = 158+189+131=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD83 is #61427C. Grayscale: #ADADAD. Windows color (decimal): -6374013 or 8633758. OLE color: 8633758.
HSL color Cylindrical-coordinate representation of color #9EBD83: hue angle of 92.07º 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 #9EBD83 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 131 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.26 |
| HSL | 92.07º | 0.31% | 0.63% | - |
| HSV(B) | 92.07º | 0.31% | 0.74% | - |
| XYZ | 36.39 | 45.3 | 28.3 | - |
| YUV | 173.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 131 | 0.16 | 0 | 0.31 | 0.26 | 92.07 | 0.31 | 0.63 |
| Hex | 9E | BD | 83 | 10 | 0 | 1F | 1A | 5C | 1F | 3F |
| Octal | 236 | 275 | 203 | 20 | 0 | 37 | 32 | 134 | 37 | 77 |
| Binary | 10011110 | 10111101 | 10000011 | 10000 | 0 | 11111 | 11010 | 1011100 | 11111 | 111111 |
Color Harmonies of #9EBD83
Complementary color
Monochromatic Colors of #9EBD83
Black with #9EBD83
Text Example
Text Example
White with #9EBD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD83; }
p { color: rgb(158,189,131); }
H1.HeaderClassName
{
color: #9EBD83;
}
.AnyTagClassName
{
color: #9EBD83;
}
</style>
background-color css
<style>
a { background-color: #9EBD83; }
a { background-color: rgb(158,189,131); }
div.DivClassName
{
background-color: #9EBD83;
}
.BgClassName
{
background-color: #9EBD83;
}
</style>
border-color css
<style>
span { border-color: #9EBD83; }
span { border-color: rgb(158,189,131); }
td.TdClassName
{
border-color: #9EBD83;
}
.TagClassName
{
border-color: #9EBD83;
}
</style>