#94A287

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

Shades of Delta #94A287

Tints of Delta #94A287

Color information

#94A287 (or 0x94A287) is unknown color: approx Delta. HEX triplet: 94, A2 and 87. RGB value is (148,162,135). Sum of RGB (Red+Green+Blue) = 148+162+135=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 162 - color contains mainly: green. Hex color #94A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A287 is #6B5D78. Grayscale: #9A9A9A. Windows color (decimal): -7036281 or 8888980. OLE color: 8888980.

HSL color Cylindrical-coordinate representation of color #94A287: hue angle of 91.11º 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 #94A287 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB148162135-
CMYK0.0900.170.36
HSL91.11º12.68%58.24%-
HSV(B)91.11º16.67%63.53%-
XYZ29.5133.8927.91-
YUV154.74116.86123.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 135 (53.12% from 255) = 30.34%
R=33.26%
G=36.40%
B=30.34%

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
Decimal1481621350.0900.170.3691.1112.6858.24
Hex94A2879011245bd3a
Octal22424220711021441331572
Binary100101001010001010000111100101000110010010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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