Shades of Norway #94AA84
Tints of Norway #94AA84
RGB
CMYK
RGB Variations
Color information
#94AA84 (or 0x94AA84) is known color: Norway. HEX triplet: 94, AA and 84. RGB value is (148,170,132). Sum of RGB (Red+Green+Blue) = 148+170+132=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 170 - color contains mainly: green. Hex color #94AA84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AA84 is #6B557B. Grayscale: #9F9F9F. Windows color (decimal): -7034236 or 8694420. OLE color: 8694420.
HSL color Cylindrical-coordinate representation of color #94AA84: hue angle of 94.74º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94AA84 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 170 | 132 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.33 |
| HSL | 94.74º | 0.18% | 0.59% | - |
| HSV(B) | 94.74º | 0.22% | 0.67% | - |
| XYZ | 30.75 | 36.71 | 27.29 | - |
| YUV | 159.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 132 | 0.13 | 0 | 0.22 | 0.33 | 94.74 | 0.18 | 0.59 |
| Hex | 94 | AA | 84 | D | 0 | 16 | 21 | 5F | 12 | 3B |
| Octal | 224 | 252 | 204 | 15 | 0 | 26 | 41 | 137 | 22 | 73 |
| Binary | 10010100 | 10101010 | 10000100 | 1101 | 0 | 10110 | 100001 | 1011111 | 10010 | 111011 |
Color Harmonies of #94AA84
Complementary color
Monochromatic Colors of #94AA84
Black with #94AA84
Text Example
Text Example
White with #94AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AA84; }
p { color: rgb(148,170,132); }
H1.HeaderClassName
{
color: #94AA84;
}
.AnyTagClassName
{
color: #94AA84;
}
</style>
background-color css
<style>
a { background-color: #94AA84; }
a { background-color: rgb(148,170,132); }
div.DivClassName
{
background-color: #94AA84;
}
.BgClassName
{
background-color: #94AA84;
}
</style>
border-color css
<style>
span { border-color: #94AA84; }
span { border-color: rgb(148,170,132); }
td.TdClassName
{
border-color: #94AA84;
}
.TagClassName
{
border-color: #94AA84;
}
</style>