#9CA495

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

Shades of Delta #9CA495

Tints of Delta #9CA495

Color information

#9CA495 (or 0x9CA495) is unknown color: approx Delta. HEX triplet: 9C, A4 and 95. RGB value is (156,164,149). Sum of RGB (Red+Green+Blue) = 156+164+149=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA495 is #635B6A. Grayscale: #9F9F9F. Windows color (decimal): -6511467 or 9807004. OLE color: 9807004.

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

Color convert

RGB156164149-
CMYK0.0500.090.36
HSL92º7.61%61.37%-
HSV(B)92º9.15%64.31%-
XYZ32.4135.7933.63-
YUV159.9121.85125.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=33.26%
G=34.97%
B=31.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641490.0500.090.36927.6161.37
Hex9CA495509245c83d
Octal2342442255011441341075
Binary1001110010100100100101011010100110010010111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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