#96A38C

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

Shades of Delta #96A38C

Tints of Delta #96A38C

Color information

#96A38C (or 0x96A38C) is unknown color: approx Delta. HEX triplet: 96, A3 and 8C. RGB value is (150,163,140). Sum of RGB (Red+Green+Blue) = 150+163+140=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #96A38C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A38C is #695C73. Grayscale: #9C9C9C. Windows color (decimal): -6904948 or 9216918. OLE color: 9216918.

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

Color convert

RGB150163140-
CMYK0.0800.140.36
HSL93.91º11.11%59.41%-
HSV(B)93.91º14.11%63.92%-
XYZ30.4134.5729.88-
YUV156.49118.69123.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 163 (64.06% from 255) = 35.98%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=33.11%
G=35.98%
B=30.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501631400.0800.140.3693.9111.1159.41
Hex96A38C80E245eb3b
Octal22624321410016441361373
Binary10010110101000111000110010000111010010010111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96A38C; }

 p { color: rgb(150,163,140); }

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

<style>
 a { background-color: #96A38C; }

 a { background-color: rgb(150,163,140); }

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

<style>
 span { border-color: #96A38C; }

 span { border-color: rgb(150,163,140); }

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