Shades of Norway #9CB48D
Tints of Norway #9CB48D
RGB
CMYK
RGB Variations
Color information
#9CB48D (or 0x9CB48D) is known color: Norway. HEX triplet: 9C, B4 and 8D. RGB value is (156,180,141). Sum of RGB (Red+Green+Blue) = 156+180+141=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB48D is #634B72. Grayscale: #A8A8A8. Windows color (decimal): -6507379 or 9286812. OLE color: 9286812.
HSL color Cylindrical-coordinate representation of color #9CB48D: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CB48D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 141 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.29 |
| HSL | 96.92º | 0.21% | 0.63% | - |
| HSV(B) | 96.92º | 0.22% | 0.71% | - |
| XYZ | 34.84 | 41.63 | 31.4 | - |
| YUV | 168.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 141 | 0.13 | 0 | 0.22 | 0.29 | 96.92 | 0.21 | 0.63 |
| Hex | 9C | B4 | 8D | D | 0 | 16 | 1D | 61 | 15 | 3F |
| Octal | 234 | 264 | 215 | 15 | 0 | 26 | 35 | 141 | 25 | 77 |
| Binary | 10011100 | 10110100 | 10001101 | 1101 | 0 | 10110 | 11101 | 1100001 | 10101 | 111111 |
Color Harmonies of #9CB48D
Complementary color
Monochromatic Colors of #9CB48D
Black with #9CB48D
Text Example
Text Example
White with #9CB48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB48D; }
p { color: rgb(156,180,141); }
H1.HeaderClassName
{
color: #9CB48D;
}
.AnyTagClassName
{
color: #9CB48D;
}
</style>
background-color css
<style>
a { background-color: #9CB48D; }
a { background-color: rgb(156,180,141); }
div.DivClassName
{
background-color: #9CB48D;
}
.BgClassName
{
background-color: #9CB48D;
}
</style>
border-color css
<style>
span { border-color: #9CB48D; }
span { border-color: rgb(156,180,141); }
td.TdClassName
{
border-color: #9CB48D;
}
.TagClassName
{
border-color: #9CB48D;
}
</style>