Shades of Norway #9DB18C
Tints of Norway #9DB18C
RGB
CMYK
RGB Variations
Color information
#9DB18C (or 0x9DB18C) is known color: Norway. HEX triplet: 9D, B1 and 8C. RGB value is (157,177,140). Sum of RGB (Red+Green+Blue) = 157+177+140=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB18C is #624E73. Grayscale: #A6A6A6. Windows color (decimal): -6442612 or 9220509. OLE color: 9220509.
HSL color Cylindrical-coordinate representation of color #9DB18C: hue angle of 92.43º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9DB18C is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 177 | 140 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.31 |
| HSL | 92.43º | 0.19% | 0.62% | - |
| HSV(B) | 92.43º | 0.21% | 0.69% | - |
| XYZ | 34.36 | 40.51 | 30.82 | - |
| YUV | 166.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 177 | 140 | 0.11 | 0 | 0.21 | 0.31 | 92.43 | 0.19 | 0.62 |
| Hex | 9D | B1 | 8C | B | 0 | 15 | 1F | 5C | 13 | 3E |
| Octal | 235 | 261 | 214 | 13 | 0 | 25 | 37 | 134 | 23 | 76 |
| Binary | 10011101 | 10110001 | 10001100 | 1011 | 0 | 10101 | 11111 | 1011100 | 10011 | 111110 |
Color Harmonies of #9DB18C
Complementary color
Monochromatic Colors of #9DB18C
Black with #9DB18C
Text Example
Text Example
White with #9DB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB18C; }
p { color: rgb(157,177,140); }
H1.HeaderClassName
{
color: #9DB18C;
}
.AnyTagClassName
{
color: #9DB18C;
}
</style>
background-color css
<style>
a { background-color: #9DB18C; }
a { background-color: rgb(157,177,140); }
div.DivClassName
{
background-color: #9DB18C;
}
.BgClassName
{
background-color: #9DB18C;
}
</style>
border-color css
<style>
span { border-color: #9DB18C; }
span { border-color: rgb(157,177,140); }
td.TdClassName
{
border-color: #9DB18C;
}
.TagClassName
{
border-color: #9DB18C;
}
</style>