#94A286

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

Shades of Delta #94A286

Tints of Delta #94A286

Color information

#94A286 (or 0x94A286) is unknown color: approx Delta. HEX triplet: 94, A2 and 86. RGB value is (148,162,134). Sum of RGB (Red+Green+Blue) = 148+162+134=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 162 - color contains mainly: green. Hex color #94A286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A286 is #6B5D79. Grayscale: #9A9A9A. Windows color (decimal): -7036282 or 8823444. OLE color: 8823444.

HSL color Cylindrical-coordinate representation of color #94A286: hue angle of 90º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #94A286 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB148162134-
CMYK0.0900.170.36
HSL90º13.08%58.04%-
HSV(B)90º17.28%63.53%-
XYZ29.4433.8627.54-
YUV154.62116.36123.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=33.33%
G=36.49%
B=30.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621340.0900.170.369013.0858.04
Hex94A2869011245ad3a
Octal22424220611021441321572
Binary100101001010001010000110100101000110010010110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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