Shades of Norway #9EBD8C
Tints of Norway #9EBD8C
RGB
CMYK
RGB Variations
Color information
#9EBD8C (or 0x9EBD8C) is known color: Norway. HEX triplet: 9E, BD and 8C. RGB value is (158,189,140). Sum of RGB (Red+Green+Blue) = 158+189+140=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBD8C is #614273. Grayscale: #AEAEAE. Windows color (decimal): -6374004 or 9223582. OLE color: 9223582.
HSL color Cylindrical-coordinate representation of color #9EBD8C: hue angle of 97.96º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9EBD8C is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 140 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.26 |
| HSL | 97.96º | 0.27% | 0.65% | - |
| HSV(B) | 97.96º | 0.26% | 0.74% | - |
| XYZ | 37.03 | 45.56 | 31.65 | - |
| YUV | 174.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 140 | 0.16 | 0 | 0.26 | 0.26 | 97.96 | 0.27 | 0.65 |
| Hex | 9E | BD | 8C | 10 | 0 | 1A | 1A | 62 | 1B | 41 |
| Octal | 236 | 275 | 214 | 20 | 0 | 32 | 32 | 142 | 33 | 101 |
| Binary | 10011110 | 10111101 | 10001100 | 10000 | 0 | 11010 | 11010 | 1100010 | 11011 | 1000001 |
Color Harmonies of #9EBD8C
Complementary color
Monochromatic Colors of #9EBD8C
Black with #9EBD8C
Text Example
Text Example
White with #9EBD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD8C; }
p { color: rgb(158,189,140); }
H1.HeaderClassName
{
color: #9EBD8C;
}
.AnyTagClassName
{
color: #9EBD8C;
}
</style>
background-color css
<style>
a { background-color: #9EBD8C; }
a { background-color: rgb(158,189,140); }
div.DivClassName
{
background-color: #9EBD8C;
}
.BgClassName
{
background-color: #9EBD8C;
}
</style>
border-color css
<style>
span { border-color: #9EBD8C; }
span { border-color: rgb(158,189,140); }
td.TdClassName
{
border-color: #9EBD8C;
}
.TagClassName
{
border-color: #9EBD8C;
}
</style>