Shades of Norway #9CB382
Tints of Norway #9CB382
RGB
CMYK
RGB Variations
Color information
#9CB382 (or 0x9CB382) is known color: Norway. HEX triplet: 9C, B3 and 82. RGB value is (156,179,130). Sum of RGB (Red+Green+Blue) = 156+179+130=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB382 is #634C7D. Grayscale: #A6A6A6. Windows color (decimal): -6507646 or 8565660. OLE color: 8565660.
HSL color Cylindrical-coordinate representation of color #9CB382: hue angle of 88.16º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CB382 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 156 | 179 | 130 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.30 |
| HSL | 88.16º | 0.24% | 0.61% | - |
| HSV(B) | 88.16º | 0.27% | 0.7% | - |
| XYZ | 33.86 | 40.92 | 27.23 | - |
| YUV | 166.54 | 107.38 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 130 | 0.13 | 0 | 0.27 | 0.30 | 88.16 | 0.24 | 0.61 |
| Hex | 9C | B3 | 82 | D | 0 | 1B | 1E | 58 | 18 | 3D |
| Octal | 234 | 263 | 202 | 15 | 0 | 33 | 36 | 130 | 30 | 75 |
| Binary | 10011100 | 10110011 | 10000010 | 1101 | 0 | 11011 | 11110 | 1011000 | 11000 | 111101 |
Color Harmonies of #9CB382
Complementary color
Monochromatic Colors of #9CB382
Black with #9CB382
Text Example
Text Example
White with #9CB382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB382; }
p { color: rgb(156,179,130); }
H1.HeaderClassName
{
color: #9CB382;
}
.AnyTagClassName
{
color: #9CB382;
}
</style>
background-color css
<style>
a { background-color: #9CB382; }
a { background-color: rgb(156,179,130); }
div.DivClassName
{
background-color: #9CB382;
}
.BgClassName
{
background-color: #9CB382;
}
</style>
border-color css
<style>
span { border-color: #9CB382; }
span { border-color: rgb(156,179,130); }
td.TdClassName
{
border-color: #9CB382;
}
.TagClassName
{
border-color: #9CB382;
}
</style>