#9CA592

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

Shades of Delta #9CA592

Tints of Delta #9CA592

Color information

#9CA592 (or 0x9CA592) is unknown color: approx Delta. HEX triplet: 9C, A5 and 92. RGB value is (156,165,146). Sum of RGB (Red+Green+Blue) = 156+165+146=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 165 - color contains mainly: green. Hex color #9CA592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA592 is #635A6D. Grayscale: #A0A0A0. Windows color (decimal): -6511214 or 9610652. OLE color: 9610652.

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

Color convert

RGB156165146-
CMYK0.0500.120.35
HSL88.42º9.55%60.98%-
HSV(B)88.42º11.52%64.71%-
XYZ32.3536.0532.45-
YUV160.14120.02125.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.40%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=33.40%
G=35.33%
B=31.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561651460.0500.120.3588.429.5560.98
Hex9CA59250C2358a3d
Octal2342452225014431301275
Binary1001110010100101100100101010110010001110110001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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