Shades of Norway #9CC088
Tints of Norway #9CC088
RGB
CMYK
RGB Variations
Color information
#9CC088 (or 0x9CC088) is known color: Norway. HEX triplet: 9C, C0 and 88. RGB value is (156,192,136). Sum of RGB (Red+Green+Blue) = 156+192+136=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CC088 is #633F77. Grayscale: #AFAFAF. Windows color (decimal): -6504312 or 8962204. OLE color: 8962204.
HSL color Cylindrical-coordinate representation of color #9CC088: hue angle of 98.57º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CC088 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 192 | 136 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.25 |
| HSL | 98.57º | 0.31% | 0.64% | - |
| HSV(B) | 98.57º | 0.29% | 0.75% | - |
| XYZ | 37 | 46.54 | 30.33 | - |
| YUV | 174.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 192 | 136 | 0.19 | 0 | 0.29 | 0.25 | 98.57 | 0.31 | 0.64 |
| Hex | 9C | C0 | 88 | 13 | 0 | 1D | 19 | 63 | 1F | 40 |
| Octal | 234 | 300 | 210 | 23 | 0 | 35 | 31 | 143 | 37 | 100 |
| Binary | 10011100 | 11000000 | 10001000 | 10011 | 0 | 11101 | 11001 | 1100011 | 11111 | 1000000 |
Color Harmonies of #9CC088
Complementary color
Monochromatic Colors of #9CC088
Black with #9CC088
Text Example
Text Example
White with #9CC088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC088; }
p { color: rgb(156,192,136); }
H1.HeaderClassName
{
color: #9CC088;
}
.AnyTagClassName
{
color: #9CC088;
}
</style>
background-color css
<style>
a { background-color: #9CC088; }
a { background-color: rgb(156,192,136); }
div.DivClassName
{
background-color: #9CC088;
}
.BgClassName
{
background-color: #9CC088;
}
</style>
border-color css
<style>
span { border-color: #9CC088; }
span { border-color: rgb(156,192,136); }
td.TdClassName
{
border-color: #9CC088;
}
.TagClassName
{
border-color: #9CC088;
}
</style>