Shades of Norway #9CB782
Tints of Norway #9CB782
RGB
CMYK
RGB Variations
Color information
#9CB782 (or 0x9CB782) is known color: Norway. HEX triplet: 9C, B7 and 82. RGB value is (156,183,130). Sum of RGB (Red+Green+Blue) = 156+183+130=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB782 is #63487D. Grayscale: #A9A9A9. Windows color (decimal): -6506622 or 8566684. OLE color: 8566684.
HSL color Cylindrical-coordinate representation of color #9CB782: hue angle of 90.57º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CB782 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 130 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.28 |
| HSL | 90.57º | 0.27% | 0.61% | - |
| HSV(B) | 90.57º | 0.29% | 0.72% | - |
| XYZ | 34.67 | 42.55 | 27.5 | - |
| YUV | 168.89 | 106.05 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 130 | 0.15 | 0 | 0.29 | 0.28 | 90.57 | 0.27 | 0.61 |
| Hex | 9C | B7 | 82 | F | 0 | 1D | 1C | 5B | 1B | 3D |
| Octal | 234 | 267 | 202 | 17 | 0 | 35 | 34 | 133 | 33 | 75 |
| Binary | 10011100 | 10110111 | 10000010 | 1111 | 0 | 11101 | 11100 | 1011011 | 11011 | 111101 |
Color Harmonies of #9CB782
Complementary color
Monochromatic Colors of #9CB782
Black with #9CB782
Text Example
Text Example
White with #9CB782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB782; }
p { color: rgb(156,183,130); }
H1.HeaderClassName
{
color: #9CB782;
}
.AnyTagClassName
{
color: #9CB782;
}
</style>
background-color css
<style>
a { background-color: #9CB782; }
a { background-color: rgb(156,183,130); }
div.DivClassName
{
background-color: #9CB782;
}
.BgClassName
{
background-color: #9CB782;
}
</style>
border-color css
<style>
span { border-color: #9CB782; }
span { border-color: rgb(156,183,130); }
td.TdClassName
{
border-color: #9CB782;
}
.TagClassName
{
border-color: #9CB782;
}
</style>