Shades of Norway #9CB984
Tints of Norway #9CB984
RGB
CMYK
RGB Variations
Color information
#9CB984 (or 0x9CB984) is known color: Norway. HEX triplet: 9C, B9 and 84. RGB value is (156,185,132). Sum of RGB (Red+Green+Blue) = 156+185+132=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB984 is #63467B. Grayscale: #AAAAAA. Windows color (decimal): -6506108 or 8698268. OLE color: 8698268.
HSL color Cylindrical-coordinate representation of color #9CB984: hue angle of 92.83º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CB984 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 132 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.27 |
| HSL | 92.83º | 0.27% | 0.62% | - |
| HSV(B) | 92.83º | 0.29% | 0.73% | - |
| XYZ | 35.22 | 43.43 | 28.36 | - |
| YUV | 170.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 132 | 0.16 | 0 | 0.29 | 0.27 | 92.83 | 0.27 | 0.62 |
| Hex | 9C | B9 | 84 | 10 | 0 | 1D | 1B | 5D | 1B | 3E |
| Octal | 234 | 271 | 204 | 20 | 0 | 35 | 33 | 135 | 33 | 76 |
| Binary | 10011100 | 10111001 | 10000100 | 10000 | 0 | 11101 | 11011 | 1011101 | 11011 | 111110 |
Color Harmonies of #9CB984
Complementary color
Monochromatic Colors of #9CB984
Black with #9CB984
Text Example
Text Example
White with #9CB984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB984; }
p { color: rgb(156,185,132); }
H1.HeaderClassName
{
color: #9CB984;
}
.AnyTagClassName
{
color: #9CB984;
}
</style>
background-color css
<style>
a { background-color: #9CB984; }
a { background-color: rgb(156,185,132); }
div.DivClassName
{
background-color: #9CB984;
}
.BgClassName
{
background-color: #9CB984;
}
</style>
border-color css
<style>
span { border-color: #9CB984; }
span { border-color: rgb(156,185,132); }
td.TdClassName
{
border-color: #9CB984;
}
.TagClassName
{
border-color: #9CB984;
}
</style>