Shades of Norway #9CBC82
Tints of Norway #9CBC82
RGB
CMYK
RGB Variations
Color information
#9CBC82 (or 0x9CBC82) is known color: Norway. HEX triplet: 9C, BC and 82. RGB value is (156,188,130). Sum of RGB (Red+Green+Blue) = 156+188+130=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC82 is #63437D. Grayscale: #ACACAC. Windows color (decimal): -6505342 or 8567964. OLE color: 8567964.
HSL color Cylindrical-coordinate representation of color #9CBC82: hue angle of 93.1º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9CBC82 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 130 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.26 |
| HSL | 93.1º | 0.3% | 0.62% | - |
| HSV(B) | 93.1º | 0.31% | 0.74% | - |
| XYZ | 35.72 | 44.65 | 27.85 | - |
| YUV | 171.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 130 | 0.17 | 0 | 0.31 | 0.26 | 93.1 | 0.3 | 0.62 |
| Hex | 9C | BC | 82 | 11 | 0 | 1F | 1A | 5D | 1E | 3E |
| Octal | 234 | 274 | 202 | 21 | 0 | 37 | 32 | 135 | 36 | 76 |
| Binary | 10011100 | 10111100 | 10000010 | 10001 | 0 | 11111 | 11010 | 1011101 | 11110 | 111110 |
Color Harmonies of #9CBC82
Complementary color
Monochromatic Colors of #9CBC82
Black with #9CBC82
Text Example
Text Example
White with #9CBC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC82; }
p { color: rgb(156,188,130); }
H1.HeaderClassName
{
color: #9CBC82;
}
.AnyTagClassName
{
color: #9CBC82;
}
</style>
background-color css
<style>
a { background-color: #9CBC82; }
a { background-color: rgb(156,188,130); }
div.DivClassName
{
background-color: #9CBC82;
}
.BgClassName
{
background-color: #9CBC82;
}
</style>
border-color css
<style>
span { border-color: #9CBC82; }
span { border-color: rgb(156,188,130); }
td.TdClassName
{
border-color: #9CBC82;
}
.TagClassName
{
border-color: #9CBC82;
}
</style>