Shades of Norway #9CB584
Tints of Norway #9CB584
RGB
CMYK
RGB Variations
Color information
#9CB584 (or 0x9CB584) is known color: Norway. HEX triplet: 9C, B5 and 84. RGB value is (156,181,132). Sum of RGB (Red+Green+Blue) = 156+181+132=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB584 is #634A7B. Grayscale: #A8A8A8. Windows color (decimal): -6507132 or 8697244. OLE color: 8697244.
HSL color Cylindrical-coordinate representation of color #9CB584: hue angle of 90.61º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CB584 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 181 | 132 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.29 |
| HSL | 90.61º | 0.25% | 0.61% | - |
| HSV(B) | 90.61º | 0.27% | 0.71% | - |
| XYZ | 34.4 | 41.78 | 28.08 | - |
| YUV | 167.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 181 | 132 | 0.14 | 0 | 0.27 | 0.29 | 90.61 | 0.25 | 0.61 |
| Hex | 9C | B5 | 84 | E | 0 | 1B | 1D | 5B | 19 | 3D |
| Octal | 234 | 265 | 204 | 16 | 0 | 33 | 35 | 133 | 31 | 75 |
| Binary | 10011100 | 10110101 | 10000100 | 1110 | 0 | 11011 | 11101 | 1011011 | 11001 | 111101 |
Color Harmonies of #9CB584
Complementary color
Monochromatic Colors of #9CB584
Black with #9CB584
Text Example
Text Example
White with #9CB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB584; }
p { color: rgb(156,181,132); }
H1.HeaderClassName
{
color: #9CB584;
}
.AnyTagClassName
{
color: #9CB584;
}
</style>
background-color css
<style>
a { background-color: #9CB584; }
a { background-color: rgb(156,181,132); }
div.DivClassName
{
background-color: #9CB584;
}
.BgClassName
{
background-color: #9CB584;
}
</style>
border-color css
<style>
span { border-color: #9CB584; }
span { border-color: rgb(156,181,132); }
td.TdClassName
{
border-color: #9CB584;
}
.TagClassName
{
border-color: #9CB584;
}
</style>