#94A89C

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

Shades of Edward #94A89C

Tints of Edward #94A89C

Color information

#94A89C (or 0x94A89C) is unknown color: approx Edward. HEX triplet: 94, A8 and 9C. RGB value is (148,168,156). Sum of RGB (Red+Green+Blue) = 148+168+156=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #94A89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A89C is #6B5763. Grayscale: #A0A0A0. Windows color (decimal): -7034724 or 10266772. OLE color: 10266772.

HSL color Cylindrical-coordinate representation of color #94A89C: hue angle of 144º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94A89C is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB148168156-
CMYK0.1200.070.34
HSL144º10.31%61.96%-
HSV(B)144º11.9%65.88%-
XYZ32.2236.736.84-
YUV160.65125.37118.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.36%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 156 (61.33% from 255) = 33.05%
R=31.36%
G=35.59%
B=33.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1481681560.1200.070.3414410.3161.96
Hex94A89CC072290a3e
Octal2242502341407422201276
Binary10010100101010001001110011000111100010100100001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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