#9CA48D

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

Shades of Delta #9CA48D

Tints of Delta #9CA48D

Color information

#9CA48D (or 0x9CA48D) is unknown color: approx Delta. HEX triplet: 9C, A4 and 8D. RGB value is (156,164,141). Sum of RGB (Red+Green+Blue) = 156+164+141=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA48D is #635B72. Grayscale: #9F9F9F. Windows color (decimal): -6511475 or 9282716. OLE color: 9282716.

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

Color convert

RGB156164141-
CMYK0.0500.140.36
HSL80.87º11.22%59.8%-
HSV(B)80.87º14.02%64.31%-
XYZ31.7935.5430.38-
YUV158.99117.85125.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 164 (64.45% from 255) = 35.57%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=33.84%
G=35.57%
B=30.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641410.0500.140.3680.8711.2259.8
Hex9CA48D50E2451b3c
Octal2342442155016441211374
Binary1001110010100100100011011010111010010010100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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