Shades of Norway #9FBA8F
Tints of Norway #9FBA8F
RGB
CMYK
RGB Variations
Color information
#9FBA8F (or 0x9FBA8F) is known color: Norway. HEX triplet: 9F, BA and 8F. RGB value is (159,186,143). Sum of RGB (Red+Green+Blue) = 159+186+143=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBA8F is #604570. Grayscale: #ADADAD. Windows color (decimal): -6309233 or 9419423. OLE color: 9419423.
HSL color Cylindrical-coordinate representation of color #9FBA8F: hue angle of 97.67º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FBA8F is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
RGB | 159 | 186 | 143 | - |
CMYK | 0.15 | 0 | 0.23 | 0.27 |
HSL | 97.67º | 0.24% | 0.65% | - |
HSV(B) | 97.67º | 0.23% | 0.73% | - |
XYZ | 36.81 | 44.47 | 32.63 | - |
YUV | 173.03 | 111.05 | 118 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 186 | 143 | 0.15 | 0 | 0.23 | 0.27 | 97.67 | 0.24 | 0.65 |
Hex | 9F | BA | 8F | F | 0 | 17 | 1B | 62 | 18 | 41 |
Octal | 237 | 272 | 217 | 17 | 0 | 27 | 33 | 142 | 30 | 101 |
Binary | 10011111 | 10111010 | 10001111 | 1111 | 0 | 10111 | 11011 | 1100010 | 11000 | 1000001 |
Color Harmonies of #9FBA8F
Complementary color
Monochromatic Colors of #9FBA8F
Black with #9FBA8F
Text Example
Text Example
White with #9FBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBA8F; }
p { color: rgb(159,186,143); }
H1.HeaderClassName
{
color: #9FBA8F;
}
.AnyTagClassName
{
color: #9FBA8F;
}
</style>
background-color css
<style>
a { background-color: #9FBA8F; }
a { background-color: rgb(159,186,143); }
div.DivClassName
{
background-color: #9FBA8F;
}
.BgClassName
{
background-color: #9FBA8F;
}
</style>
border-color css
<style>
span { border-color: #9FBA8F; }
span { border-color: rgb(159,186,143); }
td.TdClassName
{
border-color: #9FBA8F;
}
.TagClassName
{
border-color: #9FBA8F;
}
</style>