Shades of Norway #9CB487
Tints of Norway #9CB487
RGB
CMYK
RGB Variations
Color information
#9CB487 (or 0x9CB487) is known color: Norway. HEX triplet: 9C, B4 and 87. RGB value is (156,180,135). Sum of RGB (Red+Green+Blue) = 156+180+135=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB487 is #634B78. Grayscale: #A7A7A7. Windows color (decimal): -6507385 or 8893596. OLE color: 8893596.
HSL color Cylindrical-coordinate representation of color #9CB487: hue angle of 92º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CB487 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 180 | 135 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.29 |
| HSL | 92º | 0.23% | 0.62% | - |
| HSV(B) | 92º | 0.25% | 0.71% | - |
| XYZ | 34.4 | 41.46 | 29.11 | - |
| YUV | 167.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 180 | 135 | 0.13 | 0 | 0.25 | 0.29 | 92 | 0.23 | 0.62 |
| Hex | 9C | B4 | 87 | D | 0 | 19 | 1D | 5C | 17 | 3E |
| Octal | 234 | 264 | 207 | 15 | 0 | 31 | 35 | 134 | 27 | 76 |
| Binary | 10011100 | 10110100 | 10000111 | 1101 | 0 | 11001 | 11101 | 1011100 | 10111 | 111110 |
Color Harmonies of #9CB487
Complementary color
Monochromatic Colors of #9CB487
Black with #9CB487
Text Example
Text Example
White with #9CB487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB487; }
p { color: rgb(156,180,135); }
H1.HeaderClassName
{
color: #9CB487;
}
.AnyTagClassName
{
color: #9CB487;
}
</style>
background-color css
<style>
a { background-color: #9CB487; }
a { background-color: rgb(156,180,135); }
div.DivClassName
{
background-color: #9CB487;
}
.BgClassName
{
background-color: #9CB487;
}
</style>
border-color css
<style>
span { border-color: #9CB487; }
span { border-color: rgb(156,180,135); }
td.TdClassName
{
border-color: #9CB487;
}
.TagClassName
{
border-color: #9CB487;
}
</style>