#94A886

Color #94A886 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #94A886

Tints of Norway #94A886

Color information

#94A886 (or 0x94A886) is unknown color: approx Norway. HEX triplet: 94, A8 and 86. RGB value is (148,168,134). Sum of RGB (Red+Green+Blue) = 148+168+134=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 168 - color contains mainly: green. Hex color #94A886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A886 is #6B5779. Grayscale: #9E9E9E. Windows color (decimal): -7034746 or 8824980. OLE color: 8824980.

HSL color Cylindrical-coordinate representation of color #94A886: hue angle of 95.29º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94A886 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB148168134-
CMYK0.1200.200.34
HSL95.29º16.35%59.22%-
HSV(B)95.29º20.24%65.88%-
XYZ30.5236.0227.9-
YUV158.14114.37120.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=32.89%
G=37.33%
B=29.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481681340.1200.200.3495.2916.3559.22
Hex94A886C014225f103b
Octal22425020614024421372073
Binary1001010010101000100001101100010100100010101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A886; }

 p { color: rgb(148,168,134); }

 H1.HeaderClassName
 {
   color: #94A886;
 }
 .AnyTagClassName
 {
   color: #94A886;
 }
</style>
background-color css

<style>
 a { background-color: #94A886; }

 a { background-color: rgb(148,168,134); }

 div.DivClassName
 {
   background-color: #94A886;
 }
 .BgClassName
 {
   background-color: #94A886;
 }
</style>
border-color css

<style>
 span { border-color: #94A886; }

 span { border-color: rgb(148,168,134); }

 td.TdClassName
 {
   border-color: #94A886;
 }
 .TagClassName
 {
   border-color: #94A886;
 }
</style>