#9CA095

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

Shades of Delta #9CA095

Tints of Delta #9CA095

Color information

#9CA095 (or 0x9CA095) is unknown color: approx Delta. HEX triplet: 9C, A0 and 95. RGB value is (156,160,149). Sum of RGB (Red+Green+Blue) = 156+160+149=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 160 - color contains mainly: green. Hex color #9CA095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA095 is #635F6A. Grayscale: #9D9D9D. Windows color (decimal): -6512491 or 9805980. OLE color: 9805980.

HSL color Cylindrical-coordinate representation of color #9CA095: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9CA095 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB156160149-
CMYK0.0200.070.37
HSL81.82º5.47%60.59%-
HSV(B)81.82º6.88%62.75%-
XYZ31.7134.3833.4-
YUV157.55123.17126.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 160 (62.89% from 255) = 34.41%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=33.55%
G=34.41%
B=32.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1561601490.0200.070.3781.825.4760.59
Hex9CA095207255253d
Octal23424022520745122575
Binary1001110010100000100101011001111001011010010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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