#9CA295

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

Shades of Delta #9CA295

Tints of Delta #9CA295

Color information

#9CA295 (or 0x9CA295) is unknown color: approx Delta. HEX triplet: 9C, A2 and 95. RGB value is (156,162,149). Sum of RGB (Red+Green+Blue) = 156+162+149=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #9CA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA295 is #635D6A. Grayscale: #9E9E9E. Windows color (decimal): -6511979 or 9806492. OLE color: 9806492.

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

Color convert

RGB156162149-
CMYK0.0400.080.36
HSL87.69º6.53%60.98%-
HSV(B)87.69º8.02%63.53%-
XYZ32.0635.0833.52-
YUV158.72122.51126.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.40%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=33.40%
G=34.69%
B=31.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561621490.0400.080.3687.696.5360.98
Hex9CA295408245873d
Octal234242225401044130775
Binary100111001010001010010101100010001001001011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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