Shades of Norway #9CC182
Tints of Norway #9CC182
RGB
CMYK
RGB Variations
Color information
#9CC182 (or 0x9CC182) is known color: Norway. HEX triplet: 9C, C1 and 82. RGB value is (156,193,130). Sum of RGB (Red+Green+Blue) = 156+193+130=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC182 is #633E7D. Grayscale: #AEAEAE. Windows color (decimal): -6504062 or 8569244. OLE color: 8569244.
HSL color Cylindrical-coordinate representation of color #9CC182: hue angle of 95.24º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CC182 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 130 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.24 |
| HSL | 95.24º | 0.34% | 0.63% | - |
| HSV(B) | 95.24º | 0.33% | 0.76% | - |
| XYZ | 36.81 | 46.82 | 28.22 | - |
| YUV | 174.76 | 102.74 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 130 | 0.19 | 0 | 0.33 | 0.24 | 95.24 | 0.34 | 0.63 |
| Hex | 9C | C1 | 82 | 13 | 0 | 21 | 18 | 5F | 22 | 3F |
| Octal | 234 | 301 | 202 | 23 | 0 | 41 | 30 | 137 | 42 | 77 |
| Binary | 10011100 | 11000001 | 10000010 | 10011 | 0 | 100001 | 11000 | 1011111 | 100010 | 111111 |
Color Harmonies of #9CC182
Complementary color
Monochromatic Colors of #9CC182
Black with #9CC182
Text Example
Text Example
White with #9CC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC182; }
p { color: rgb(156,193,130); }
H1.HeaderClassName
{
color: #9CC182;
}
.AnyTagClassName
{
color: #9CC182;
}
</style>
background-color css
<style>
a { background-color: #9CC182; }
a { background-color: rgb(156,193,130); }
div.DivClassName
{
background-color: #9CC182;
}
.BgClassName
{
background-color: #9CC182;
}
</style>
border-color css
<style>
span { border-color: #9CC182; }
span { border-color: rgb(156,193,130); }
td.TdClassName
{
border-color: #9CC182;
}
.TagClassName
{
border-color: #9CC182;
}
</style>