Shades of Norway #9CBE85
Tints of Norway #9CBE85
RGB
CMYK
RGB Variations
Color information
#9CBE85 (or 0x9CBE85) is known color: Norway. HEX triplet: 9C, BE and 85. RGB value is (156,190,133). Sum of RGB (Red+Green+Blue) = 156+190+133=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBE85 is #63417A. Grayscale: #ADADAD. Windows color (decimal): -6504827 or 8765084. OLE color: 8765084.
HSL color Cylindrical-coordinate representation of color #9CBE85: hue angle of 95.79º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CBE85 is Cyan = 0.18, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 190 | 133 | - |
| CMYK | 0.18 | 0 | 0.3 | 0.25 |
| HSL | 95.79º | 0.3% | 0.63% | - |
| HSV(B) | 95.79º | 0.3% | 0.75% | - |
| XYZ | 36.36 | 45.59 | 29.07 | - |
| YUV | 173.34 | 105.24 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 190 | 133 | 0.18 | 0 | 0.3 | 0.25 | 95.79 | 0.3 | 0.63 |
| Hex | 9C | BE | 85 | 12 | 0 | 1E | 19 | 60 | 1E | 3F |
| Octal | 234 | 276 | 205 | 22 | 0 | 36 | 31 | 140 | 36 | 77 |
| Binary | 10011100 | 10111110 | 10000101 | 10010 | 0 | 11110 | 11001 | 1100000 | 11110 | 111111 |
Color Harmonies of #9CBE85
Complementary color
Monochromatic Colors of #9CBE85
Black with #9CBE85
Text Example
Text Example
White with #9CBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBE85; }
p { color: rgb(156,190,133); }
H1.HeaderClassName
{
color: #9CBE85;
}
.AnyTagClassName
{
color: #9CBE85;
}
</style>
background-color css
<style>
a { background-color: #9CBE85; }
a { background-color: rgb(156,190,133); }
div.DivClassName
{
background-color: #9CBE85;
}
.BgClassName
{
background-color: #9CBE85;
}
</style>
border-color css
<style>
span { border-color: #9CBE85; }
span { border-color: rgb(156,190,133); }
td.TdClassName
{
border-color: #9CBE85;
}
.TagClassName
{
border-color: #9CBE85;
}
</style>