Shades of Norway #9FBE8A
Tints of Norway #9FBE8A
RGB
CMYK
RGB Variations
Color information
#9FBE8A (or 0x9FBE8A) is known color: Norway. HEX triplet: 9F, BE and 8A. RGB value is (159,190,138). Sum of RGB (Red+Green+Blue) = 159+190+138=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE8A is #604175. Grayscale: #AEAEAE. Windows color (decimal): -6308214 or 9092767. OLE color: 9092767.
HSL color Cylindrical-coordinate representation of color #9FBE8A: hue angle of 95.77º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FBE8A is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 138 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.25 |
| HSL | 95.77º | 0.29% | 0.64% | - |
| HSV(B) | 95.77º | 0.27% | 0.75% | - |
| XYZ | 37.3 | 46.03 | 30.96 | - |
| YUV | 174.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 138 | 0.16 | 0 | 0.27 | 0.25 | 95.77 | 0.29 | 0.64 |
| Hex | 9F | BE | 8A | 10 | 0 | 1B | 19 | 60 | 1D | 40 |
| Octal | 237 | 276 | 212 | 20 | 0 | 33 | 31 | 140 | 35 | 100 |
| Binary | 10011111 | 10111110 | 10001010 | 10000 | 0 | 11011 | 11001 | 1100000 | 11101 | 1000000 |
Color Harmonies of #9FBE8A
Complementary color
Monochromatic Colors of #9FBE8A
Black with #9FBE8A
Text Example
Text Example
White with #9FBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE8A; }
p { color: rgb(159,190,138); }
H1.HeaderClassName
{
color: #9FBE8A;
}
.AnyTagClassName
{
color: #9FBE8A;
}
</style>
background-color css
<style>
a { background-color: #9FBE8A; }
a { background-color: rgb(159,190,138); }
div.DivClassName
{
background-color: #9FBE8A;
}
.BgClassName
{
background-color: #9FBE8A;
}
</style>
border-color css
<style>
span { border-color: #9FBE8A; }
span { border-color: rgb(159,190,138); }
td.TdClassName
{
border-color: #9FBE8A;
}
.TagClassName
{
border-color: #9FBE8A;
}
</style>