Shades of Norway #9EBD85
Tints of Norway #9EBD85
RGB
CMYK
RGB Variations
Color information
#9EBD85 (or 0x9EBD85) is known color: Norway. HEX triplet: 9E, BD and 85. RGB value is (158,189,133). Sum of RGB (Red+Green+Blue) = 158+189+133=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD85 is #61427A. Grayscale: #ADADAD. Windows color (decimal): -6374011 or 8764830. OLE color: 8764830.
HSL color Cylindrical-coordinate representation of color #9EBD85: hue angle of 93.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EBD85 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 133 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.26 |
| HSL | 93.21º | 0.3% | 0.63% | - |
| HSV(B) | 93.21º | 0.3% | 0.74% | - |
| XYZ | 36.53 | 45.36 | 29.02 | - |
| YUV | 173.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 133 | 0.16 | 0 | 0.30 | 0.26 | 93.21 | 0.3 | 0.63 |
| Hex | 9E | BD | 85 | 10 | 0 | 1E | 1A | 5D | 1E | 3F |
| Octal | 236 | 275 | 205 | 20 | 0 | 36 | 32 | 135 | 36 | 77 |
| Binary | 10011110 | 10111101 | 10000101 | 10000 | 0 | 11110 | 11010 | 1011101 | 11110 | 111111 |
Color Harmonies of #9EBD85
Complementary color
Monochromatic Colors of #9EBD85
Black with #9EBD85
Text Example
Text Example
White with #9EBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD85; }
p { color: rgb(158,189,133); }
H1.HeaderClassName
{
color: #9EBD85;
}
.AnyTagClassName
{
color: #9EBD85;
}
</style>
background-color css
<style>
a { background-color: #9EBD85; }
a { background-color: rgb(158,189,133); }
div.DivClassName
{
background-color: #9EBD85;
}
.BgClassName
{
background-color: #9EBD85;
}
</style>
border-color css
<style>
span { border-color: #9EBD85; }
span { border-color: rgb(158,189,133); }
td.TdClassName
{
border-color: #9EBD85;
}
.TagClassName
{
border-color: #9EBD85;
}
</style>