Shades of Norway #9DB285
Tints of Norway #9DB285
RGB
CMYK
RGB Variations
Color information
#9DB285 (or 0x9DB285) is known color: Norway. HEX triplet: 9D, B2 and 85. RGB value is (157,178,133). Sum of RGB (Red+Green+Blue) = 157+178+133=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB285 is #624D7A. Grayscale: #A6A6A6. Windows color (decimal): -6442363 or 8762013. OLE color: 8762013.
HSL color Cylindrical-coordinate representation of color #9DB285: hue angle of 88º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DB285 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 133 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.30 |
| HSL | 88º | 0.23% | 0.61% | - |
| HSV(B) | 88º | 0.25% | 0.7% | - |
| XYZ | 34.06 | 40.7 | 28.25 | - |
| YUV | 166.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 133 | 0.12 | 0 | 0.25 | 0.30 | 88 | 0.23 | 0.61 |
| Hex | 9D | B2 | 85 | C | 0 | 19 | 1E | 58 | 17 | 3D |
| Octal | 235 | 262 | 205 | 14 | 0 | 31 | 36 | 130 | 27 | 75 |
| Binary | 10011101 | 10110010 | 10000101 | 1100 | 0 | 11001 | 11110 | 1011000 | 10111 | 111101 |
Color Harmonies of #9DB285
Complementary color
Monochromatic Colors of #9DB285
Black with #9DB285
Text Example
Text Example
White with #9DB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB285; }
p { color: rgb(157,178,133); }
H1.HeaderClassName
{
color: #9DB285;
}
.AnyTagClassName
{
color: #9DB285;
}
</style>
background-color css
<style>
a { background-color: #9DB285; }
a { background-color: rgb(157,178,133); }
div.DivClassName
{
background-color: #9DB285;
}
.BgClassName
{
background-color: #9DB285;
}
</style>
border-color css
<style>
span { border-color: #9DB285; }
span { border-color: rgb(157,178,133); }
td.TdClassName
{
border-color: #9DB285;
}
.TagClassName
{
border-color: #9DB285;
}
</style>