#9CA688

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

Shades of Delta #9CA688

Tints of Delta #9CA688

Color information

#9CA688 (or 0x9CA688) is unknown color: approx Delta. HEX triplet: 9C, A6 and 88. RGB value is (156,166,136). Sum of RGB (Red+Green+Blue) = 156+166+136=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA688 is #635977. Grayscale: #9F9F9F. Windows color (decimal): -6510968 or 8955548. OLE color: 8955548.

HSL color Cylindrical-coordinate representation of color #9CA688: hue angle of 80º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CA688 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB156166136-
CMYK0.0600.180.35
HSL80º14.42%59.22%-
HSV(B)80º18.07%65.1%-
XYZ31.7936.1228.59-
YUV159.59114.69125.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.06%
GREEN value IS 166 (65.23% from 255) = 36.24%
BLUE value IS 136 (53.52% from 255) = 29.69%
R=34.06%
G=36.24%
B=29.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561661360.0600.180.358014.4259.22
Hex9CA68860122350e3b
Octal2342462106022431201673
Binary10011100101001101000100011001001010001110100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,166,136); }

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

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

 a { background-color: rgb(156,166,136); }

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

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

 span { border-color: rgb(156,166,136); }

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