#97A28C

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

Shades of Delta #97A28C

Tints of Delta #97A28C

Color information

#97A28C (or 0x97A28C) is unknown color: approx Delta. HEX triplet: 97, A2 and 8C. RGB value is (151,162,140). Sum of RGB (Red+Green+Blue) = 151+162+140=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #97A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A28C is #685D73. Grayscale: #9C9C9C. Windows color (decimal): -6839668 or 9216663. OLE color: 9216663.

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

Color convert

RGB151162140-
CMYK0.0700.140.36
HSL90º10.58%59.22%-
HSV(B)90º13.58%63.53%-
XYZ30.4234.3129.83-
YUV156.2118.86124.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 140 (55.08% from 255) = 30.91%
R=33.33%
G=35.76%
B=30.91%

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
Decimal1511621400.0700.140.369010.5859.22
Hex97A28C70E245ab3b
Octal2272422147016441321373
Binary1001011110100010100011001110111010010010110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A28C; }

 p { color: rgb(151,162,140); }

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

<style>
 a { background-color: #97A28C; }

 a { background-color: rgb(151,162,140); }

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

<style>
 span { border-color: #97A28C; }

 span { border-color: rgb(151,162,140); }

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