#9CA492

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

Shades of Delta #9CA492

Tints of Delta #9CA492

Color information

#9CA492 (or 0x9CA492) is unknown color: approx Delta. HEX triplet: 9C, A4 and 92. RGB value is (156,164,146). Sum of RGB (Red+Green+Blue) = 156+164+146=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #9CA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA492 is #635B6D. Grayscale: #9F9F9F. Windows color (decimal): -6511470 or 9610396. OLE color: 9610396.

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

Color convert

RGB156164146-
CMYK0.0500.110.36
HSL86.67º9%60.78%-
HSV(B)86.67º10.98%64.31%-
XYZ32.1735.6932.39-
YUV159.56120.35125.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=33.48%
G=35.19%
B=31.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1561641460.0500.110.3686.67960.78
Hex9CA49250B245793d
Octal2342442225013441271175
Binary1001110010100100100100101010101110010010101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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