#96A58A

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

Shades of Delta #96A58A

Tints of Delta #96A58A

Color information

#96A58A (or 0x96A58A) is unknown color: approx Delta. HEX triplet: 96, A5 and 8A. RGB value is (150,165,138). Sum of RGB (Red+Green+Blue) = 150+165+138=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 165 - color contains mainly: green. Hex color #96A58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A58A is #695A75. Grayscale: #9D9D9D. Windows color (decimal): -6904438 or 9086358. OLE color: 9086358.

HSL color Cylindrical-coordinate representation of color #96A58A: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96A58A is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB150165138-
CMYK0.0900.160.35
HSL93.33º13.04%59.41%-
HSV(B)93.33º16.36%64.71%-
XYZ30.6235.2329.23-
YUV157.44117.03122.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 165 (64.84% from 255) = 36.42%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=33.11%
G=36.42%
B=30.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501651380.0900.160.3593.3313.0459.41
Hex96A58A9010235dd3b
Octal22624521211020431351573
Binary100101101010010110001010100101000010001110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,165,138); }

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

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

 a { background-color: rgb(150,165,138); }

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

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

 span { border-color: rgb(150,165,138); }

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