Shades of Norway #9CB885
Tints of Norway #9CB885
RGB
CMYK
RGB Variations
Color information
#9CB885 (or 0x9CB885) is known color: Norway. HEX triplet: 9C, B8 and 85. RGB value is (156,184,133). Sum of RGB (Red+Green+Blue) = 156+184+133=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB885 is #63477A. Grayscale: #A9A9A9. Windows color (decimal): -6506363 or 8763548. OLE color: 8763548.
HSL color Cylindrical-coordinate representation of color #9CB885: hue angle of 92.94º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CB885 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 184 | 133 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.28 |
| HSL | 92.94º | 0.26% | 0.62% | - |
| HSV(B) | 92.94º | 0.28% | 0.72% | - |
| XYZ | 35.08 | 43.04 | 28.65 | - |
| YUV | 169.81 | 107.22 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 184 | 133 | 0.15 | 0 | 0.28 | 0.28 | 92.94 | 0.26 | 0.62 |
| Hex | 9C | B8 | 85 | F | 0 | 1C | 1C | 5D | 1A | 3E |
| Octal | 234 | 270 | 205 | 17 | 0 | 34 | 34 | 135 | 32 | 76 |
| Binary | 10011100 | 10111000 | 10000101 | 1111 | 0 | 11100 | 11100 | 1011101 | 11010 | 111110 |
Color Harmonies of #9CB885
Complementary color
Monochromatic Colors of #9CB885
Black with #9CB885
Text Example
Text Example
White with #9CB885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB885; }
p { color: rgb(156,184,133); }
H1.HeaderClassName
{
color: #9CB885;
}
.AnyTagClassName
{
color: #9CB885;
}
</style>
background-color css
<style>
a { background-color: #9CB885; }
a { background-color: rgb(156,184,133); }
div.DivClassName
{
background-color: #9CB885;
}
.BgClassName
{
background-color: #9CB885;
}
</style>
border-color css
<style>
span { border-color: #9CB885; }
span { border-color: rgb(156,184,133); }
td.TdClassName
{
border-color: #9CB885;
}
.TagClassName
{
border-color: #9CB885;
}
</style>