Shades of Norway #9DB383
Tints of Norway #9DB383
RGB
CMYK
RGB Variations
Color information
#9DB383 (or 0x9DB383) is known color: Norway. HEX triplet: 9D, B3 and 83. RGB value is (157,179,131). Sum of RGB (Red+Green+Blue) = 157+179+131=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB383 is #624C7C. Grayscale: #A7A7A7. Windows color (decimal): -6442109 or 8631197. OLE color: 8631197.
HSL color Cylindrical-coordinate representation of color #9DB383: hue angle of 87.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB383 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 179 | 131 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.30 |
| HSL | 87.5º | 0.24% | 0.61% | - |
| HSV(B) | 87.5º | 0.27% | 0.7% | - |
| XYZ | 34.12 | 41.05 | 27.6 | - |
| YUV | 166.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 179 | 131 | 0.12 | 0 | 0.27 | 0.30 | 87.5 | 0.24 | 0.61 |
| Hex | 9D | B3 | 83 | C | 0 | 1B | 1E | 57 | 18 | 3D |
| Octal | 235 | 263 | 203 | 14 | 0 | 33 | 36 | 127 | 30 | 75 |
| Binary | 10011101 | 10110011 | 10000011 | 1100 | 0 | 11011 | 11110 | 1010111 | 11000 | 111101 |
Color Harmonies of #9DB383
Complementary color
Monochromatic Colors of #9DB383
Black with #9DB383
Text Example
Text Example
White with #9DB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB383; }
p { color: rgb(157,179,131); }
H1.HeaderClassName
{
color: #9DB383;
}
.AnyTagClassName
{
color: #9DB383;
}
</style>
background-color css
<style>
a { background-color: #9DB383; }
a { background-color: rgb(157,179,131); }
div.DivClassName
{
background-color: #9DB383;
}
.BgClassName
{
background-color: #9DB383;
}
</style>
border-color css
<style>
span { border-color: #9DB383; }
span { border-color: rgb(157,179,131); }
td.TdClassName
{
border-color: #9DB383;
}
.TagClassName
{
border-color: #9DB383;
}
</style>