#9AA188

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

Shades of Delta #9AA188

Tints of Delta #9AA188

Color information

#9AA188 (or 0x9AA188) is unknown color: approx Delta. HEX triplet: 9A, A1 and 88. RGB value is (154,161,136). Sum of RGB (Red+Green+Blue) = 154+161+136=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA188 is #655E77. Grayscale: #9C9C9C. Windows color (decimal): -6643320 or 8954266. OLE color: 8954266.

HSL color Cylindrical-coordinate representation of color #9AA188: hue angle of 76.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AA188 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB154161136-
CMYK0.0400.160.37
HSL76.8º11.74%58.24%-
HSV(B)76.8º15.53%63.14%-
XYZ30.5234.1428.27-
YUV156.06116.68126.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.15%
GREEN value IS 161 (63.28% from 255) = 35.70%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=34.15%
G=35.70%
B=30.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1541611360.0400.160.3776.811.7458.24
Hex9AA1884010254dc3a
Octal2322412104020451151472
Binary10011010101000011000100010001000010010110011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,161,136); }

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

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

 a { background-color: rgb(154,161,136); }

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

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

 span { border-color: rgb(154,161,136); }

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