#94A18A

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

Shades of Delta #94A18A

Tints of Delta #94A18A

Color information

#94A18A (or 0x94A18A) is unknown color: approx Delta. HEX triplet: 94, A1 and 8A. RGB value is (148,161,138). Sum of RGB (Red+Green+Blue) = 148+161+138=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 161 - color contains mainly: green. Hex color #94A18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A18A is #6B5E75. Grayscale: #9A9A9A. Windows color (decimal): -7036534 or 9085332. OLE color: 9085332.

HSL color Cylindrical-coordinate representation of color #94A18A: hue angle of 93.91º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94A18A is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB148161138-
CMYK0.0800.140.37
HSL93.91º10.9%58.63%-
HSV(B)93.91º14.29%63.14%-
XYZ29.5533.6228.98-
YUV154.49118.69123.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 161 (63.28% from 255) = 36.02%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=33.11%
G=36.02%
B=30.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1481611380.0800.140.3793.9110.958.63
Hex94A18A80E255eb3b
Octal22424121210016451361373
Binary10010100101000011000101010000111010010110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,161,138); }

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

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

 a { background-color: rgb(148,161,138); }

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

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

 span { border-color: rgb(148,161,138); }

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