Shades of Norway #9CBF88
Tints of Norway #9CBF88
RGB
CMYK
RGB Variations
Color information
#9CBF88 (or 0x9CBF88) is known color: Norway. HEX triplet: 9C, BF and 88. RGB value is (156,191,136). Sum of RGB (Red+Green+Blue) = 156+191+136=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF88 is #634077. Grayscale: #AEAEAE. Windows color (decimal): -6504568 or 8961948. OLE color: 8961948.
HSL color Cylindrical-coordinate representation of color #9CBF88: hue angle of 98.18º degrees, saturation: 0.3, 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 #9CBF88 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 136 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.25 |
| HSL | 98.18º | 0.3% | 0.64% | - |
| HSV(B) | 98.18º | 0.29% | 0.75% | - |
| XYZ | 36.79 | 46.11 | 30.25 | - |
| YUV | 174.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 136 | 0.18 | 0 | 0.29 | 0.25 | 98.18 | 0.3 | 0.64 |
| Hex | 9C | BF | 88 | 12 | 0 | 1D | 19 | 62 | 1E | 40 |
| Octal | 234 | 277 | 210 | 22 | 0 | 35 | 31 | 142 | 36 | 100 |
| Binary | 10011100 | 10111111 | 10001000 | 10010 | 0 | 11101 | 11001 | 1100010 | 11110 | 1000000 |
Color Harmonies of #9CBF88
Complementary color
Monochromatic Colors of #9CBF88
Black with #9CBF88
Text Example
Text Example
White with #9CBF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF88; }
p { color: rgb(156,191,136); }
H1.HeaderClassName
{
color: #9CBF88;
}
.AnyTagClassName
{
color: #9CBF88;
}
</style>
background-color css
<style>
a { background-color: #9CBF88; }
a { background-color: rgb(156,191,136); }
div.DivClassName
{
background-color: #9CBF88;
}
.BgClassName
{
background-color: #9CBF88;
}
</style>
border-color css
<style>
span { border-color: #9CBF88; }
span { border-color: rgb(156,191,136); }
td.TdClassName
{
border-color: #9CBF88;
}
.TagClassName
{
border-color: #9CBF88;
}
</style>