Shades of Norway #9CB987
Tints of Norway #9CB987
RGB
CMYK
RGB Variations
Color information
#9CB987 (or 0x9CB987) is known color: Norway. HEX triplet: 9C, B9 and 87. RGB value is (156,185,135). Sum of RGB (Red+Green+Blue) = 156+185+135=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB987 is #634678. Grayscale: #AAAAAA. Windows color (decimal): -6506105 or 8894876. OLE color: 8894876.
HSL color Cylindrical-coordinate representation of color #9CB987: hue angle of 94.8º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CB987 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 135 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.27 |
| HSL | 94.8º | 0.26% | 0.63% | - |
| HSV(B) | 94.8º | 0.27% | 0.73% | - |
| XYZ | 35.43 | 43.52 | 29.45 | - |
| YUV | 170.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 135 | 0.16 | 0 | 0.27 | 0.27 | 94.8 | 0.26 | 0.63 |
| Hex | 9C | B9 | 87 | 10 | 0 | 1B | 1B | 5F | 1A | 3F |
| Octal | 234 | 271 | 207 | 20 | 0 | 33 | 33 | 137 | 32 | 77 |
| Binary | 10011100 | 10111001 | 10000111 | 10000 | 0 | 11011 | 11011 | 1011111 | 11010 | 111111 |
Color Harmonies of #9CB987
Complementary color
Monochromatic Colors of #9CB987
Black with #9CB987
Text Example
Text Example
White with #9CB987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB987; }
p { color: rgb(156,185,135); }
H1.HeaderClassName
{
color: #9CB987;
}
.AnyTagClassName
{
color: #9CB987;
}
</style>
background-color css
<style>
a { background-color: #9CB987; }
a { background-color: rgb(156,185,135); }
div.DivClassName
{
background-color: #9CB987;
}
.BgClassName
{
background-color: #9CB987;
}
</style>
border-color css
<style>
span { border-color: #9CB987; }
span { border-color: rgb(156,185,135); }
td.TdClassName
{
border-color: #9CB987;
}
.TagClassName
{
border-color: #9CB987;
}
</style>