#9CA58C

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

Shades of Delta #9CA58C

Tints of Delta #9CA58C

Color information

#9CA58C (or 0x9CA58C) is unknown color: approx Delta. HEX triplet: 9C, A5 and 8C. RGB value is (156,165,140). Sum of RGB (Red+Green+Blue) = 156+165+140=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA58C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA58C is #635A73. Grayscale: #9F9F9F. Windows color (decimal): -6511220 or 9217436. OLE color: 9217436.

HSL color Cylindrical-coordinate representation of color #9CA58C: hue angle of 81.6º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CA58C is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB156165140-
CMYK0.0500.150.35
HSL81.6º12.2%59.8%-
HSV(B)81.6º15.15%64.71%-
XYZ31.935.8730.05-
YUV159.46117.02125.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 140 (55.08% from 255) = 30.37%
R=33.84%
G=35.79%
B=30.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651400.0500.150.3581.612.259.8
Hex9CA58C50F2352c3c
Octal2342452145017431221474
Binary1001110010100101100011001010111110001110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,165,140); }

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

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

 a { background-color: rgb(156,165,140); }

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

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

 span { border-color: rgb(156,165,140); }

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