#96A28B

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

Shades of Delta #96A28B

Tints of Delta #96A28B

Color information

#96A28B (or 0x96A28B) is unknown color: approx Delta. HEX triplet: 96, A2 and 8B. RGB value is (150,162,139). Sum of RGB (Red+Green+Blue) = 150+162+139=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #96A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A28B is #695D74. Grayscale: #9B9B9B. Windows color (decimal): -6905205 or 9151126. OLE color: 9151126.

HSL color Cylindrical-coordinate representation of color #96A28B: hue angle of 91.3º 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 #96A28B is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB150162139-
CMYK0.0700.140.36
HSL91.3º11%59.02%-
HSV(B)91.3º14.2%63.53%-
XYZ30.1634.1929.44-
YUV155.79118.52123.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=33.26%
G=35.92%
B=30.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621390.0700.140.3691.31159.02
Hex96A28B70E245bb3b
Octal2262422137016441331373
Binary1001011010100010100010111110111010010010110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,162,139); }

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

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

 a { background-color: rgb(150,162,139); }

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

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

 span { border-color: rgb(150,162,139); }

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