Shades of Norway #9CB787
Tints of Norway #9CB787
RGB
CMYK
RGB Variations
Color information
#9CB787 (or 0x9CB787) is known color: Norway. HEX triplet: 9C, B7 and 87. RGB value is (156,183,135). Sum of RGB (Red+Green+Blue) = 156+183+135=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB787 is #634878. Grayscale: #A9A9A9. Windows color (decimal): -6506617 or 8894364. OLE color: 8894364.
HSL color Cylindrical-coordinate representation of color #9CB787: hue angle of 93.75º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CB787 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 135 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.28 |
| HSL | 93.75º | 0.25% | 0.62% | - |
| HSV(B) | 93.75º | 0.26% | 0.72% | - |
| XYZ | 35.02 | 42.68 | 29.31 | - |
| YUV | 169.46 | 108.55 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 135 | 0.15 | 0 | 0.26 | 0.28 | 93.75 | 0.25 | 0.62 |
| Hex | 9C | B7 | 87 | F | 0 | 1A | 1C | 5E | 19 | 3E |
| Octal | 234 | 267 | 207 | 17 | 0 | 32 | 34 | 136 | 31 | 76 |
| Binary | 10011100 | 10110111 | 10000111 | 1111 | 0 | 11010 | 11100 | 1011110 | 11001 | 111110 |
Color Harmonies of #9CB787
Complementary color
Monochromatic Colors of #9CB787
Black with #9CB787
Text Example
Text Example
White with #9CB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB787; }
p { color: rgb(156,183,135); }
H1.HeaderClassName
{
color: #9CB787;
}
.AnyTagClassName
{
color: #9CB787;
}
</style>
background-color css
<style>
a { background-color: #9CB787; }
a { background-color: rgb(156,183,135); }
div.DivClassName
{
background-color: #9CB787;
}
.BgClassName
{
background-color: #9CB787;
}
</style>
border-color css
<style>
span { border-color: #9CB787; }
span { border-color: rgb(156,183,135); }
td.TdClassName
{
border-color: #9CB787;
}
.TagClassName
{
border-color: #9CB787;
}
</style>