#94AC85

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

Shades of Norway #94AC85

Tints of Norway #94AC85

Color information

#94AC85 (or 0x94AC85) is unknown color: approx Norway. HEX triplet: 94, AC and 85. RGB value is (148,172,133). Sum of RGB (Red+Green+Blue) = 148+172+133=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC85 is #6B537A. Grayscale: #A0A0A0. Windows color (decimal): -7033723 or 8760468. OLE color: 8760468.

HSL color Cylindrical-coordinate representation of color #94AC85: hue angle of 96.92º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94AC85 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB148172133-
CMYK0.1400.230.33
HSL96.92º19.02%59.8%-
HSV(B)96.92º22.67%67.45%-
XYZ31.237.4927.78-
YUV160.38112.55119.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 172 (67.58% from 255) = 37.97%
BLUE value IS 133 (52.34% from 255) = 29.36%
R=32.67%
G=37.97%
B=29.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721330.1400.230.3396.9219.0259.8
Hex94AC85E0172161133c
Octal22425420516027411412374
Binary1001010010101100100001011110010111100001110000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,172,133); }

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

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

 a { background-color: rgb(148,172,133); }

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

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

 span { border-color: rgb(148,172,133); }

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