Shades of Norway #9CB985
Tints of Norway #9CB985
RGB
CMYK
RGB Variations
Color information
#9CB985 (or 0x9CB985) is known color: Norway. HEX triplet: 9C, B9 and 85. RGB value is (156,185,133). Sum of RGB (Red+Green+Blue) = 156+185+133=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB985 is #63467A. Grayscale: #AAAAAA. Windows color (decimal): -6506107 or 8763804. OLE color: 8763804.
HSL color Cylindrical-coordinate representation of color #9CB985: hue angle of 93.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CB985 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 185 | 133 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.27 |
| HSL | 93.46º | 0.27% | 0.62% | - |
| HSV(B) | 93.46º | 0.28% | 0.73% | - |
| XYZ | 35.29 | 43.46 | 28.72 | - |
| YUV | 170.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 185 | 133 | 0.16 | 0 | 0.28 | 0.27 | 93.46 | 0.27 | 0.62 |
| Hex | 9C | B9 | 85 | 10 | 0 | 1C | 1B | 5D | 1B | 3E |
| Octal | 234 | 271 | 205 | 20 | 0 | 34 | 33 | 135 | 33 | 76 |
| Binary | 10011100 | 10111001 | 10000101 | 10000 | 0 | 11100 | 11011 | 1011101 | 11011 | 111110 |
Color Harmonies of #9CB985
Complementary color
Monochromatic Colors of #9CB985
Black with #9CB985
Text Example
Text Example
White with #9CB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB985; }
p { color: rgb(156,185,133); }
H1.HeaderClassName
{
color: #9CB985;
}
.AnyTagClassName
{
color: #9CB985;
}
</style>
background-color css
<style>
a { background-color: #9CB985; }
a { background-color: rgb(156,185,133); }
div.DivClassName
{
background-color: #9CB985;
}
.BgClassName
{
background-color: #9CB985;
}
</style>
border-color css
<style>
span { border-color: #9CB985; }
span { border-color: rgb(156,185,133); }
td.TdClassName
{
border-color: #9CB985;
}
.TagClassName
{
border-color: #9CB985;
}
</style>