#9CA395

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

Shades of Delta #9CA395

Tints of Delta #9CA395

Color information

#9CA395 (or 0x9CA395) is unknown color: approx Delta. HEX triplet: 9C, A3 and 95. RGB value is (156,163,149). Sum of RGB (Red+Green+Blue) = 156+163+149=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA395 is #635C6A. Grayscale: #9F9F9F. Windows color (decimal): -6511723 or 9806748. OLE color: 9806748.

HSL color Cylindrical-coordinate representation of color #9CA395: hue angle of 90º degrees, saturation: 0.07, 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 #9CA395 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB156163149-
CMYK0.0400.090.36
HSL90º7.07%61.18%-
HSV(B)90º8.59%63.92%-
XYZ32.2335.4333.57-
YUV159.31122.18125.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.33%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=33.33%
G=34.83%
B=31.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561631490.0400.090.36907.0761.18
Hex9CA395409245a73d
Octal234243225401144132775
Binary100111001010001110010101100010011001001011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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