Shades of Norway #9CBF89
Tints of Norway #9CBF89
RGB
CMYK
RGB Variations
Color information
#9CBF89 (or 0x9CBF89) is known color: Norway. HEX triplet: 9C, BF and 89. RGB value is (156,191,137). Sum of RGB (Red+Green+Blue) = 156+191+137=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF89 is #634076. Grayscale: #AEAEAE. Windows color (decimal): -6504567 or 9027484. OLE color: 9027484.
HSL color Cylindrical-coordinate representation of color #9CBF89: hue angle of 98.89º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CBF89 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 191 | 137 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.25 |
| HSL | 98.89º | 0.3% | 0.64% | - |
| HSV(B) | 98.89º | 0.28% | 0.75% | - |
| XYZ | 36.86 | 46.14 | 30.63 | - |
| YUV | 174.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 191 | 137 | 0.18 | 0 | 0.28 | 0.25 | 98.89 | 0.3 | 0.64 |
| Hex | 9C | BF | 89 | 12 | 0 | 1C | 19 | 63 | 1E | 40 |
| Octal | 234 | 277 | 211 | 22 | 0 | 34 | 31 | 143 | 36 | 100 |
| Binary | 10011100 | 10111111 | 10001001 | 10010 | 0 | 11100 | 11001 | 1100011 | 11110 | 1000000 |
Color Harmonies of #9CBF89
Complementary color
Monochromatic Colors of #9CBF89
Black with #9CBF89
Text Example
Text Example
White with #9CBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBF89; }
p { color: rgb(156,191,137); }
H1.HeaderClassName
{
color: #9CBF89;
}
.AnyTagClassName
{
color: #9CBF89;
}
</style>
background-color css
<style>
a { background-color: #9CBF89; }
a { background-color: rgb(156,191,137); }
div.DivClassName
{
background-color: #9CBF89;
}
.BgClassName
{
background-color: #9CBF89;
}
</style>
border-color css
<style>
span { border-color: #9CBF89; }
span { border-color: rgb(156,191,137); }
td.TdClassName
{
border-color: #9CBF89;
}
.TagClassName
{
border-color: #9CBF89;
}
</style>