#94A288

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

Shades of Delta #94A288

Tints of Delta #94A288

Color information

#94A288 (or 0x94A288) is unknown color: approx Delta. HEX triplet: 94, A2 and 88. RGB value is (148,162,136). Sum of RGB (Red+Green+Blue) = 148+162+136=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #94A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A288 is #6B5D77. Grayscale: #9A9A9A. Windows color (decimal): -7036280 or 8954516. OLE color: 8954516.

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

Color convert

RGB148162136-
CMYK0.0900.160.36
HSL92.31º12.26%58.43%-
HSV(B)92.31º16.05%63.53%-
XYZ29.5833.9128.28-
YUV154.85117.36123.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 136 (53.52% from 255) = 30.49%
R=33.18%
G=36.32%
B=30.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481621360.0900.160.3692.3112.2658.43
Hex94A2889010245cc3a
Octal22424221011020441341472
Binary100101001010001010001000100101000010010010111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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