Shades of Norway #9CB385
Tints of Norway #9CB385
RGB
CMYK
RGB Variations
Color information
#9CB385 (or 0x9CB385) is known color: Norway. HEX triplet: 9C, B3 and 85. RGB value is (156,179,133). Sum of RGB (Red+Green+Blue) = 156+179+133=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB385 is #634C7A. Grayscale: #A7A7A7. Windows color (decimal): -6507643 or 8762268. OLE color: 8762268.
HSL color Cylindrical-coordinate representation of color #9CB385: hue angle of 90º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CB385 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 133 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.30 |
| HSL | 90º | 0.23% | 0.61% | - |
| HSV(B) | 90º | 0.26% | 0.7% | - |
| XYZ | 34.06 | 41 | 28.31 | - |
| YUV | 166.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 133 | 0.13 | 0 | 0.26 | 0.30 | 90 | 0.23 | 0.61 |
| Hex | 9C | B3 | 85 | D | 0 | 1A | 1E | 5A | 17 | 3D |
| Octal | 234 | 263 | 205 | 15 | 0 | 32 | 36 | 132 | 27 | 75 |
| Binary | 10011100 | 10110011 | 10000101 | 1101 | 0 | 11010 | 11110 | 1011010 | 10111 | 111101 |
Color Harmonies of #9CB385
Complementary color
Monochromatic Colors of #9CB385
Black with #9CB385
Text Example
Text Example
White with #9CB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB385; }
p { color: rgb(156,179,133); }
H1.HeaderClassName
{
color: #9CB385;
}
.AnyTagClassName
{
color: #9CB385;
}
</style>
background-color css
<style>
a { background-color: #9CB385; }
a { background-color: rgb(156,179,133); }
div.DivClassName
{
background-color: #9CB385;
}
.BgClassName
{
background-color: #9CB385;
}
</style>
border-color css
<style>
span { border-color: #9CB385; }
span { border-color: rgb(156,179,133); }
td.TdClassName
{
border-color: #9CB385;
}
.TagClassName
{
border-color: #9CB385;
}
</style>