Shades of Norway #9CBC89
Tints of Norway #9CBC89
RGB
CMYK
RGB Variations
Color information
#9CBC89 (or 0x9CBC89) is known color: Norway. HEX triplet: 9C, BC and 89. RGB value is (156,188,137). Sum of RGB (Red+Green+Blue) = 156+188+137=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC89 is #634376. Grayscale: #ACACAC. Windows color (decimal): -6505335 or 9026716. OLE color: 9026716.
HSL color Cylindrical-coordinate representation of color #9CBC89: hue angle of 97.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CBC89 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 137 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.26 |
| HSL | 97.65º | 0.28% | 0.64% | - |
| HSV(B) | 97.65º | 0.27% | 0.74% | - |
| XYZ | 36.21 | 44.84 | 30.41 | - |
| YUV | 172.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 137 | 0.17 | 0 | 0.27 | 0.26 | 97.65 | 0.28 | 0.64 |
| Hex | 9C | BC | 89 | 11 | 0 | 1B | 1A | 62 | 1C | 40 |
| Octal | 234 | 274 | 211 | 21 | 0 | 33 | 32 | 142 | 34 | 100 |
| Binary | 10011100 | 10111100 | 10001001 | 10001 | 0 | 11011 | 11010 | 1100010 | 11100 | 1000000 |
Color Harmonies of #9CBC89
Complementary color
Monochromatic Colors of #9CBC89
Black with #9CBC89
Text Example
Text Example
White with #9CBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC89; }
p { color: rgb(156,188,137); }
H1.HeaderClassName
{
color: #9CBC89;
}
.AnyTagClassName
{
color: #9CBC89;
}
</style>
background-color css
<style>
a { background-color: #9CBC89; }
a { background-color: rgb(156,188,137); }
div.DivClassName
{
background-color: #9CBC89;
}
.BgClassName
{
background-color: #9CBC89;
}
</style>
border-color css
<style>
span { border-color: #9CBC89; }
span { border-color: rgb(156,188,137); }
td.TdClassName
{
border-color: #9CBC89;
}
.TagClassName
{
border-color: #9CBC89;
}
</style>