Shades of Norway #9CBC8D
Tints of Norway #9CBC8D
RGB
CMYK
RGB Variations
Color information
#9CBC8D (or 0x9CBC8D) is known color: Norway. HEX triplet: 9C, BC and 8D. RGB value is (156,188,141). Sum of RGB (Red+Green+Blue) = 156+188+141=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC8D is #634372. Grayscale: #ADADAD. Windows color (decimal): -6505331 or 9288860. OLE color: 9288860.
HSL color Cylindrical-coordinate representation of color #9CBC8D: hue angle of 100.85º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CBC8D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 141 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.26 |
| HSL | 100.85º | 0.26% | 0.65% | - |
| HSV(B) | 100.85º | 0.25% | 0.74% | - |
| XYZ | 36.5 | 44.96 | 31.95 | - |
| YUV | 173.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 141 | 0.17 | 0 | 0.25 | 0.26 | 100.85 | 0.26 | 0.65 |
| Hex | 9C | BC | 8D | 11 | 0 | 19 | 1A | 65 | 1A | 41 |
| Octal | 234 | 274 | 215 | 21 | 0 | 31 | 32 | 145 | 32 | 101 |
| Binary | 10011100 | 10111100 | 10001101 | 10001 | 0 | 11001 | 11010 | 1100101 | 11010 | 1000001 |
Color Harmonies of #9CBC8D
Complementary color
Monochromatic Colors of #9CBC8D
Black with #9CBC8D
Text Example
Text Example
White with #9CBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC8D; }
p { color: rgb(156,188,141); }
H1.HeaderClassName
{
color: #9CBC8D;
}
.AnyTagClassName
{
color: #9CBC8D;
}
</style>
background-color css
<style>
a { background-color: #9CBC8D; }
a { background-color: rgb(156,188,141); }
div.DivClassName
{
background-color: #9CBC8D;
}
.BgClassName
{
background-color: #9CBC8D;
}
</style>
border-color css
<style>
span { border-color: #9CBC8D; }
span { border-color: rgb(156,188,141); }
td.TdClassName
{
border-color: #9CBC8D;
}
.TagClassName
{
border-color: #9CBC8D;
}
</style>