Shades of Norway #9CB783
Tints of Norway #9CB783
RGB
CMYK
RGB Variations
Color information
#9CB783 (or 0x9CB783) is known color: Norway. HEX triplet: 9C, B7 and 83. RGB value is (156,183,131). Sum of RGB (Red+Green+Blue) = 156+183+131=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB783 is #63487C. Grayscale: #A9A9A9. Windows color (decimal): -6506621 or 8632220. OLE color: 8632220.
HSL color Cylindrical-coordinate representation of color #9CB783: hue angle of 91.15º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CB783 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 156 | 183 | 131 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.28 |
| HSL | 91.15º | 0.27% | 0.62% | - |
| HSV(B) | 91.15º | 0.28% | 0.72% | - |
| XYZ | 34.74 | 42.57 | 27.86 | - |
| YUV | 169 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 183 | 131 | 0.15 | 0 | 0.28 | 0.28 | 91.15 | 0.27 | 0.62 |
| Hex | 9C | B7 | 83 | F | 0 | 1C | 1C | 5B | 1B | 3E |
| Octal | 234 | 267 | 203 | 17 | 0 | 34 | 34 | 133 | 33 | 76 |
| Binary | 10011100 | 10110111 | 10000011 | 1111 | 0 | 11100 | 11100 | 1011011 | 11011 | 111110 |
Color Harmonies of #9CB783
Complementary color
Monochromatic Colors of #9CB783
Black with #9CB783
Text Example
Text Example
White with #9CB783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB783; }
p { color: rgb(156,183,131); }
H1.HeaderClassName
{
color: #9CB783;
}
.AnyTagClassName
{
color: #9CB783;
}
</style>
background-color css
<style>
a { background-color: #9CB783; }
a { background-color: rgb(156,183,131); }
div.DivClassName
{
background-color: #9CB783;
}
.BgClassName
{
background-color: #9CB783;
}
</style>
border-color css
<style>
span { border-color: #9CB783; }
span { border-color: rgb(156,183,131); }
td.TdClassName
{
border-color: #9CB783;
}
.TagClassName
{
border-color: #9CB783;
}
</style>