Shades of Norway #9CBF82
Tints of Norway #9CBF82
RGB
CMYK
RGB Variations
Color information
#9CBF82 (or 0x9CBF82) is known color: Norway. HEX triplet: 9C, BF and 82. RGB value is (156,191,130). Sum of RGB (Red+Green+Blue) = 156+191+130=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF82 is #63407D. Grayscale: #ADADAD. Windows color (decimal): -6504574 or 8568732. OLE color: 8568732.
HSL color Cylindrical-coordinate representation of color #9CBF82: hue angle of 94.43º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CBF82 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 130 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.25 |
| HSL | 94.43º | 0.32% | 0.63% | - |
| HSV(B) | 94.43º | 0.32% | 0.75% | - |
| XYZ | 36.37 | 45.94 | 28.07 | - |
| YUV | 173.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 130 | 0.18 | 0 | 0.32 | 0.25 | 94.43 | 0.32 | 0.63 |
| Hex | 9C | BF | 82 | 12 | 0 | 20 | 19 | 5E | 20 | 3F |
| Octal | 234 | 277 | 202 | 22 | 0 | 40 | 31 | 136 | 40 | 77 |
| Binary | 10011100 | 10111111 | 10000010 | 10010 | 0 | 100000 | 11001 | 1011110 | 100000 | 111111 |
Color Harmonies of #9CBF82
Complementary color
Monochromatic Colors of #9CBF82
Black with #9CBF82
Text Example
Text Example
White with #9CBF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF82; }
p { color: rgb(156,191,130); }
H1.HeaderClassName
{
color: #9CBF82;
}
.AnyTagClassName
{
color: #9CBF82;
}
</style>
background-color css
<style>
a { background-color: #9CBF82; }
a { background-color: rgb(156,191,130); }
div.DivClassName
{
background-color: #9CBF82;
}
.BgClassName
{
background-color: #9CBF82;
}
</style>
border-color css
<style>
span { border-color: #9CBF82; }
span { border-color: rgb(156,191,130); }
td.TdClassName
{
border-color: #9CBF82;
}
.TagClassName
{
border-color: #9CBF82;
}
</style>