Shades of Norway #94B683
Tints of Norway #94B683
RGB
CMYK
RGB Variations
Color information
#94B683 (or 0x94B683) is known color: Norway. HEX triplet: 94, B6 and 83. RGB value is (148,182,131). Sum of RGB (Red+Green+Blue) = 148+182+131=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 182 - color contains mainly: green. Hex color #94B683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B683 is #6B497C. Grayscale: #A6A6A6. Windows color (decimal): -7031165 or 8631956. OLE color: 8631956.
HSL color Cylindrical-coordinate representation of color #94B683: hue angle of 100º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94B683 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 182 | 131 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.29 |
| HSL | 100º | 0.26% | 0.61% | - |
| HSV(B) | 100º | 0.28% | 0.71% | - |
| XYZ | 33.04 | 41.39 | 27.72 | - |
| YUV | 166.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 182 | 131 | 0.19 | 0 | 0.28 | 0.29 | 100 | 0.26 | 0.61 |
| Hex | 94 | B6 | 83 | 13 | 0 | 1C | 1D | 64 | 1A | 3D |
| Octal | 224 | 266 | 203 | 23 | 0 | 34 | 35 | 144 | 32 | 75 |
| Binary | 10010100 | 10110110 | 10000011 | 10011 | 0 | 11100 | 11101 | 1100100 | 11010 | 111101 |
Color Harmonies of #94B683
Complementary color
Monochromatic Colors of #94B683
Black with #94B683
Text Example
Text Example
White with #94B683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B683; }
p { color: rgb(148,182,131); }
H1.HeaderClassName
{
color: #94B683;
}
.AnyTagClassName
{
color: #94B683;
}
</style>
background-color css
<style>
a { background-color: #94B683; }
a { background-color: rgb(148,182,131); }
div.DivClassName
{
background-color: #94B683;
}
.BgClassName
{
background-color: #94B683;
}
</style>
border-color css
<style>
span { border-color: #94B683; }
span { border-color: rgb(148,182,131); }
td.TdClassName
{
border-color: #94B683;
}
.TagClassName
{
border-color: #94B683;
}
</style>