#9CA48F

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

Shades of Delta #9CA48F

Tints of Delta #9CA48F

Color information

#9CA48F (or 0x9CA48F) is unknown color: approx Delta. HEX triplet: 9C, A4 and 8F. RGB value is (156,164,143). Sum of RGB (Red+Green+Blue) = 156+164+143=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA48F is #635B70. Grayscale: #9F9F9F. Windows color (decimal): -6511473 or 9413788. OLE color: 9413788.

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

Color convert

RGB156164143-
CMYK0.0500.130.36
HSL82.86º10.34%60.2%-
HSV(B)82.86º12.8%64.31%-
XYZ31.9435.631.17-
YUV159.21118.85125.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=33.69%
G=35.42%
B=30.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641430.0500.130.3682.8610.3460.2
Hex9CA48F50D2453a3c
Octal2342442175015441231274
Binary1001110010100100100011111010110110010010100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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