Shades of Norway #9DBE8A
Tints of Norway #9DBE8A
RGB
CMYK
RGB Variations
Color information
#9DBE8A (or 0x9DBE8A) is known color: Norway. HEX triplet: 9D, BE and 8A. RGB value is (157,190,138). Sum of RGB (Red+Green+Blue) = 157+190+138=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE8A is #624175. Grayscale: #AEAEAE. Windows color (decimal): -6439286 or 9092765. OLE color: 9092765.
HSL color Cylindrical-coordinate representation of color #9DBE8A: hue angle of 98.08º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DBE8A is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 138 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.25 |
| HSL | 98.08º | 0.29% | 0.64% | - |
| HSV(B) | 98.08º | 0.27% | 0.75% | - |
| XYZ | 36.91 | 45.83 | 30.95 | - |
| YUV | 174.21 | 107.57 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 138 | 0.17 | 0 | 0.27 | 0.25 | 98.08 | 0.29 | 0.64 |
| Hex | 9D | BE | 8A | 11 | 0 | 1B | 19 | 62 | 1D | 40 |
| Octal | 235 | 276 | 212 | 21 | 0 | 33 | 31 | 142 | 35 | 100 |
| Binary | 10011101 | 10111110 | 10001010 | 10001 | 0 | 11011 | 11001 | 1100010 | 11101 | 1000000 |
Color Harmonies of #9DBE8A
Complementary color
Monochromatic Colors of #9DBE8A
Black with #9DBE8A
Text Example
Text Example
White with #9DBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE8A; }
p { color: rgb(157,190,138); }
H1.HeaderClassName
{
color: #9DBE8A;
}
.AnyTagClassName
{
color: #9DBE8A;
}
</style>
background-color css
<style>
a { background-color: #9DBE8A; }
a { background-color: rgb(157,190,138); }
div.DivClassName
{
background-color: #9DBE8A;
}
.BgClassName
{
background-color: #9DBE8A;
}
</style>
border-color css
<style>
span { border-color: #9DBE8A; }
span { border-color: rgb(157,190,138); }
td.TdClassName
{
border-color: #9DBE8A;
}
.TagClassName
{
border-color: #9DBE8A;
}
</style>