#94A285

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

Shades of Delta #94A285

Tints of Delta #94A285

Color information

#94A285 (or 0x94A285) is unknown color: approx Delta. HEX triplet: 94, A2 and 85. RGB value is (148,162,133). Sum of RGB (Red+Green+Blue) = 148+162+133=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #94A285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A285 is #6B5D7A. Grayscale: #9A9A9A. Windows color (decimal): -7036283 or 8757908. OLE color: 8757908.

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

Color convert

RGB148162133-
CMYK0.0900.180.36
HSL88.97º13.49%57.84%-
HSV(B)88.97º17.9%63.53%-
XYZ29.3733.8327.17-
YUV154.51115.86123.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=33.41%
G=36.57%
B=30.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621330.0900.180.3688.9713.4957.84
Hex94A28590122459d3a
Octal22424220511022441311572
Binary100101001010001010000101100101001010010010110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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