#96A288

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

Shades of Delta #96A288

Tints of Delta #96A288

Color information

#96A288 (or 0x96A288) is unknown color: approx Delta. HEX triplet: 96, A2 and 88. RGB value is (150,162,136). Sum of RGB (Red+Green+Blue) = 150+162+136=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 162 - color contains mainly: green. Hex color #96A288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A288 is #695D77. Grayscale: #9B9B9B. Windows color (decimal): -6905208 or 8954518. OLE color: 8954518.

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

Color convert

RGB150162136-
CMYK0.0700.160.36
HSL87.69º12.26%58.43%-
HSV(B)87.69º16.05%63.53%-
XYZ29.9434.128.3-
YUV155.45117.02124.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 162 (63.67% from 255) = 36.16%
BLUE value IS 136 (53.52% from 255) = 30.36%
R=33.48%
G=36.16%
B=30.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501621360.0700.160.3687.6912.2658.43
Hex96A28870102458c3a
Octal2262422107020441301472
Binary10010110101000101000100011101000010010010110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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