#96A189

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

Shades of Delta #96A189

Tints of Delta #96A189

Color information

#96A189 (or 0x96A189) is unknown color: approx Delta. HEX triplet: 96, A1 and 89. RGB value is (150,161,137). Sum of RGB (Red+Green+Blue) = 150+161+137=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 161 - color contains mainly: green. Hex color #96A189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A189 is #695E76. Grayscale: #9B9B9B. Windows color (decimal): -6905463 or 9019798. OLE color: 9019798.

HSL color Cylindrical-coordinate representation of color #96A189: hue angle of 87.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96A189 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB150161137-
CMYK0.0700.150.37
HSL87.5º11.32%58.43%-
HSV(B)87.5º14.91%63.14%-
XYZ29.8433.7828.61-
YUV154.98117.86124.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 137 (53.91% from 255) = 30.58%
R=33.48%
G=35.94%
B=30.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501611370.0700.150.3787.511.3258.43
Hex96A18970F2557b3a
Octal2262412117017451271372
Binary1001011010100001100010011110111110010110101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,161,137); }

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

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

 a { background-color: rgb(150,161,137); }

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

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

 span { border-color: rgb(150,161,137); }

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