Shades of Norway #9DB28E
Tints of Norway #9DB28E
RGB
CMYK
RGB Variations
Color information
#9DB28E (or 0x9DB28E) is known color: Norway. HEX triplet: 9D, B2 and 8E. RGB value is (157,178,142). Sum of RGB (Red+Green+Blue) = 157+178+142=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB28E is #624D71. Grayscale: #A7A7A7. Windows color (decimal): -6442354 or 9351837. OLE color: 9351837.
HSL color Cylindrical-coordinate representation of color #9DB28E: hue angle of 95º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DB28E is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 142 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.30 |
| HSL | 95º | 0.19% | 0.63% | - |
| HSV(B) | 95º | 0.2% | 0.7% | - |
| XYZ | 34.71 | 40.96 | 31.67 | - |
| YUV | 167.62 | 113.54 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 142 | 0.12 | 0 | 0.20 | 0.30 | 95 | 0.19 | 0.63 |
| Hex | 9D | B2 | 8E | C | 0 | 14 | 1E | 5F | 13 | 3F |
| Octal | 235 | 262 | 216 | 14 | 0 | 24 | 36 | 137 | 23 | 77 |
| Binary | 10011101 | 10110010 | 10001110 | 1100 | 0 | 10100 | 11110 | 1011111 | 10011 | 111111 |
Color Harmonies of #9DB28E
Complementary color
Monochromatic Colors of #9DB28E
Black with #9DB28E
Text Example
Text Example
White with #9DB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB28E; }
p { color: rgb(157,178,142); }
H1.HeaderClassName
{
color: #9DB28E;
}
.AnyTagClassName
{
color: #9DB28E;
}
</style>
background-color css
<style>
a { background-color: #9DB28E; }
a { background-color: rgb(157,178,142); }
div.DivClassName
{
background-color: #9DB28E;
}
.BgClassName
{
background-color: #9DB28E;
}
</style>
border-color css
<style>
span { border-color: #9DB28E; }
span { border-color: rgb(157,178,142); }
td.TdClassName
{
border-color: #9DB28E;
}
.TagClassName
{
border-color: #9DB28E;
}
</style>