Shades of Norway #94B983
Tints of Norway #94B983
RGB
CMYK
RGB Variations
Color information
#94B983 (or 0x94B983) is known color: Norway. HEX triplet: 94, B9 and 83. RGB value is (148,185,131). Sum of RGB (Red+Green+Blue) = 148+185+131=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #94B983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B983 is #6B467C. Grayscale: #A7A7A7. Windows color (decimal): -7030397 or 8632724. OLE color: 8632724.
HSL color Cylindrical-coordinate representation of color #94B983: hue angle of 101.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94B983 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 185 | 131 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.27 |
| HSL | 101.11º | 0.28% | 0.62% | - |
| HSV(B) | 101.11º | 0.29% | 0.73% | - |
| XYZ | 33.66 | 42.63 | 27.93 | - |
| YUV | 167.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 185 | 131 | 0.20 | 0 | 0.29 | 0.27 | 101.11 | 0.28 | 0.62 |
| Hex | 94 | B9 | 83 | 14 | 0 | 1D | 1B | 65 | 1C | 3E |
| Octal | 224 | 271 | 203 | 24 | 0 | 35 | 33 | 145 | 34 | 76 |
| Binary | 10010100 | 10111001 | 10000011 | 10100 | 0 | 11101 | 11011 | 1100101 | 11100 | 111110 |
Color Harmonies of #94B983
Complementary color
Monochromatic Colors of #94B983
Black with #94B983
Text Example
Text Example
White with #94B983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B983; }
p { color: rgb(148,185,131); }
H1.HeaderClassName
{
color: #94B983;
}
.AnyTagClassName
{
color: #94B983;
}
</style>
background-color css
<style>
a { background-color: #94B983; }
a { background-color: rgb(148,185,131); }
div.DivClassName
{
background-color: #94B983;
}
.BgClassName
{
background-color: #94B983;
}
</style>
border-color css
<style>
span { border-color: #94B983; }
span { border-color: rgb(148,185,131); }
td.TdClassName
{
border-color: #94B983;
}
.TagClassName
{
border-color: #94B983;
}
</style>