Shades of Norway #9FBD81
Tints of Norway #9FBD81
RGB
CMYK
RGB Variations
Color information
#9FBD81 (or 0x9FBD81) is known color: Norway. HEX triplet: 9F, BD and 81. RGB value is (159,189,129). Sum of RGB (Red+Green+Blue) = 159+189+129=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD81 is #60427E. Grayscale: #ADADAD. Windows color (decimal): -6308479 or 8502687. OLE color: 8502687.
HSL color Cylindrical-coordinate representation of color #9FBD81: hue angle of 90º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBD81 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 129 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.26 |
| HSL | 90º | 0.31% | 0.62% | - |
| HSV(B) | 90º | 0.32% | 0.74% | - |
| XYZ | 36.46 | 45.35 | 27.6 | - |
| YUV | 173.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 129 | 0.16 | 0 | 0.32 | 0.26 | 90 | 0.31 | 0.62 |
| Hex | 9F | BD | 81 | 10 | 0 | 20 | 1A | 5A | 1F | 3E |
| Octal | 237 | 275 | 201 | 20 | 0 | 40 | 32 | 132 | 37 | 76 |
| Binary | 10011111 | 10111101 | 10000001 | 10000 | 0 | 100000 | 11010 | 1011010 | 11111 | 111110 |
Color Harmonies of #9FBD81
Complementary color
Monochromatic Colors of #9FBD81
Black with #9FBD81
Text Example
Text Example
White with #9FBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBD81; }
p { color: rgb(159,189,129); }
H1.HeaderClassName
{
color: #9FBD81;
}
.AnyTagClassName
{
color: #9FBD81;
}
</style>
background-color css
<style>
a { background-color: #9FBD81; }
a { background-color: rgb(159,189,129); }
div.DivClassName
{
background-color: #9FBD81;
}
.BgClassName
{
background-color: #9FBD81;
}
</style>
border-color css
<style>
span { border-color: #9FBD81; }
span { border-color: rgb(159,189,129); }
td.TdClassName
{
border-color: #9FBD81;
}
.TagClassName
{
border-color: #9FBD81;
}
</style>