Shades of Norway #9CB590
Tints of Norway #9CB590
RGB
CMYK
RGB Variations
Color information
#9CB590 (or 0x9CB590) is known color: Norway. HEX triplet: 9C, B5 and 90. RGB value is (156,181,144). Sum of RGB (Red+Green+Blue) = 156+181+144=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 181 (71.09% from 255 or 37.63% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB590 is #634A6F. Grayscale: #A9A9A9. Windows color (decimal): -6507120 or 9483676. OLE color: 9483676.
HSL color Cylindrical-coordinate representation of color #9CB590: hue angle of 100.54º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CB590 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 144 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.29 |
| HSL | 100.54º | 0.2% | 0.64% | - |
| HSV(B) | 100.54º | 0.2% | 0.71% | - |
| XYZ | 35.27 | 42.13 | 32.66 | - |
| YUV | 169.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 144 | 0.14 | 0 | 0.20 | 0.29 | 100.54 | 0.2 | 0.64 |
| Hex | 9C | B5 | 90 | E | 0 | 14 | 1D | 65 | 14 | 40 |
| Octal | 234 | 265 | 220 | 16 | 0 | 24 | 35 | 145 | 24 | 100 |
| Binary | 10011100 | 10110101 | 10010000 | 1110 | 0 | 10100 | 11101 | 1100101 | 10100 | 1000000 |
Color Harmonies of #9CB590
Complementary color
Monochromatic Colors of #9CB590
Black with #9CB590
Text Example
Text Example
White with #9CB590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB590; }
p { color: rgb(156,181,144); }
H1.HeaderClassName
{
color: #9CB590;
}
.AnyTagClassName
{
color: #9CB590;
}
</style>
background-color css
<style>
a { background-color: #9CB590; }
a { background-color: rgb(156,181,144); }
div.DivClassName
{
background-color: #9CB590;
}
.BgClassName
{
background-color: #9CB590;
}
</style>
border-color css
<style>
span { border-color: #9CB590; }
span { border-color: rgb(156,181,144); }
td.TdClassName
{
border-color: #9CB590;
}
.TagClassName
{
border-color: #9CB590;
}
</style>