#96A18C

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

Shades of Delta #96A18C

Tints of Delta #96A18C

Color information

#96A18C (or 0x96A18C) is unknown color: approx Delta. HEX triplet: 96, A1 and 8C. RGB value is (150,161,140). Sum of RGB (Red+Green+Blue) = 150+161+140=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 161 - color contains mainly: green. Hex color #96A18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A18C is #695E73. Grayscale: #9B9B9B. Windows color (decimal): -6905460 or 9216406. OLE color: 9216406.

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

Color convert

RGB150161140-
CMYK0.0700.130.37
HSL91.43º10.05%59.02%-
HSV(B)91.43º13.04%63.14%-
XYZ30.0633.8729.76-
YUV155.32119.36124.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 140 (55.08% from 255) = 31.04%
R=33.26%
G=35.70%
B=31.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1501611400.0700.130.3791.4310.0559.02
Hex96A18C70D255ba3b
Octal2262412147015451331273
Binary1001011010100001100011001110110110010110110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96A18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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