#9CA493

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

Shades of Delta #9CA493

Tints of Delta #9CA493

Color information

#9CA493 (or 0x9CA493) is unknown color: approx Delta. HEX triplet: 9C, A4 and 93. RGB value is (156,164,147). Sum of RGB (Red+Green+Blue) = 156+164+147=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA493 is #635B6C. Grayscale: #9F9F9F. Windows color (decimal): -6511469 or 9675932. OLE color: 9675932.

HSL color Cylindrical-coordinate representation of color #9CA493: hue angle of 88.24º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA493 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB156164147-
CMYK0.0500.100.36
HSL88.24º8.54%60.98%-
HSV(B)88.24º10.37%64.31%-
XYZ32.2535.7332.8-
YUV159.67120.85125.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.40%
GREEN value IS 164 (64.45% from 255) = 35.12%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=33.40%
G=35.12%
B=31.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641470.0500.100.3688.248.5460.98
Hex9CA49350A245893d
Octal2342442235012441301175
Binary1001110010100100100100111010101010010010110001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CA493; }

 p { color: rgb(156,164,147); }

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

<style>
 a { background-color: #9CA493; }

 a { background-color: rgb(156,164,147); }

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

<style>
 span { border-color: #9CA493; }

 span { border-color: rgb(156,164,147); }

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