#94AC84

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

Shades of Norway #94AC84

Tints of Norway #94AC84

Color information

#94AC84 (or 0x94AC84) is unknown color: approx Norway. HEX triplet: 94, AC and 84. RGB value is (148,172,132). Sum of RGB (Red+Green+Blue) = 148+172+132=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC84 is #6B537B. Grayscale: #A0A0A0. Windows color (decimal): -7033724 or 8694932. OLE color: 8694932.

HSL color Cylindrical-coordinate representation of color #94AC84: hue angle of 96º 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 #94AC84 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB148172132-
CMYK0.1400.230.33
HSL96º19.42%59.61%-
HSV(B)96º23.26%67.45%-
XYZ31.1337.4727.42-
YUV160.26112.05119.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=32.74%
G=38.05%
B=29.20%

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
Decimal1481721320.1400.230.339619.4259.61
Hex94AC84E0172160133c
Octal22425420416027411402374
Binary1001010010101100100001001110010111100001110000010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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