#9CA594

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

Shades of Delta #9CA594

Tints of Delta #9CA594

Color information

#9CA594 (or 0x9CA594) is unknown color: approx Delta. HEX triplet: 9C, A5 and 94. RGB value is (156,165,148). Sum of RGB (Red+Green+Blue) = 156+165+148=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA594 is #635A6B. Grayscale: #A0A0A0. Windows color (decimal): -6511212 or 9741724. OLE color: 9741724.

HSL color Cylindrical-coordinate representation of color #9CA594: hue angle of 91.76º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9CA594 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB156165148-
CMYK0.0500.100.35
HSL91.76º8.63%61.37%-
HSV(B)91.76º10.3%64.71%-
XYZ32.5136.1233.27-
YUV160.37121.02124.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=33.26%
G=35.18%
B=31.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651480.0500.100.3591.768.6361.37
Hex9CA59450A235c93d
Octal2342452245012431341175
Binary1001110010100101100101001010101010001110111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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