#93A784

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

Shades of Norway #93A784

Tints of Norway #93A784

Color information

#93A784 (or 0x93A784) is unknown color: approx Norway. HEX triplet: 93, A7 and 84. RGB value is (147,167,132). Sum of RGB (Red+Green+Blue) = 147+167+132=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 167 - color contains mainly: green. Hex color #93A784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A784 is #6C587B. Grayscale: #9D9D9D. Windows color (decimal): -7100540 or 8693651. OLE color: 8693651.

HSL color Cylindrical-coordinate representation of color #93A784: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A784 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB147167132-
CMYK0.1200.210.35
HSL94.29º16.59%58.63%-
HSV(B)94.29º20.96%65.49%-
XYZ30.0235.5127.1-
YUV157.03113.87120.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 132 (51.95% from 255) = 29.60%
R=32.96%
G=37.44%
B=29.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1471671320.1200.210.3594.2916.5958.63
Hex93A784C015235e113b
Octal22324720414025431362173
Binary1001001110100111100001001100010101100011101111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93A784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93A784; }

 p { color: rgb(147,167,132); }

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

<style>
 a { background-color: #93A784; }

 a { background-color: rgb(147,167,132); }

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

<style>
 span { border-color: #93A784; }

 span { border-color: rgb(147,167,132); }

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