Shades of Norway #9CBB8D
Tints of Norway #9CBB8D
RGB
CMYK
RGB Variations
Color information
#9CBB8D (or 0x9CBB8D) is known color: Norway. HEX triplet: 9C, BB and 8D. RGB value is (156,187,141). Sum of RGB (Red+Green+Blue) = 156+187+141=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB8D is #634472. Grayscale: #ACACAC. Windows color (decimal): -6505587 or 9288604. OLE color: 9288604.
HSL color Cylindrical-coordinate representation of color #9CBB8D: hue angle of 100.43º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CBB8D is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 187 | 141 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.27 |
| HSL | 100.43º | 0.25% | 0.64% | - |
| HSV(B) | 100.43º | 0.25% | 0.73% | - |
| XYZ | 36.29 | 44.53 | 31.88 | - |
| YUV | 172.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 187 | 141 | 0.17 | 0 | 0.25 | 0.27 | 100.43 | 0.25 | 0.64 |
| Hex | 9C | BB | 8D | 11 | 0 | 19 | 1B | 64 | 19 | 40 |
| Octal | 234 | 273 | 215 | 21 | 0 | 31 | 33 | 144 | 31 | 100 |
| Binary | 10011100 | 10111011 | 10001101 | 10001 | 0 | 11001 | 11011 | 1100100 | 11001 | 1000000 |
Color Harmonies of #9CBB8D
Complementary color
Monochromatic Colors of #9CBB8D
Black with #9CBB8D
Text Example
Text Example
White with #9CBB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBB8D; }
p { color: rgb(156,187,141); }
H1.HeaderClassName
{
color: #9CBB8D;
}
.AnyTagClassName
{
color: #9CBB8D;
}
</style>
background-color css
<style>
a { background-color: #9CBB8D; }
a { background-color: rgb(156,187,141); }
div.DivClassName
{
background-color: #9CBB8D;
}
.BgClassName
{
background-color: #9CBB8D;
}
</style>
border-color css
<style>
span { border-color: #9CBB8D; }
span { border-color: rgb(156,187,141); }
td.TdClassName
{
border-color: #9CBB8D;
}
.TagClassName
{
border-color: #9CBB8D;
}
</style>