#99A391

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

Shades of Delta #99A391

Tints of Delta #99A391

Color information

#99A391 (or 0x99A391) is unknown color: approx Delta. HEX triplet: 99, A3 and 91. RGB value is (153,163,145). Sum of RGB (Red+Green+Blue) = 153+163+145=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 163 - color contains mainly: green. Hex color #99A391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A391 is #665C6E. Grayscale: #9E9E9E. Windows color (decimal): -6708335 or 9544601. OLE color: 9544601.

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

Color convert

RGB153163145-
CMYK0.0600.110.36
HSL93.33º8.91%60.39%-
HSV(B)93.33º11.04%63.92%-
XYZ31.3435.0131.89-
YUV157.96120.69124.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 145 (57.03% from 255) = 31.45%
R=33.19%
G=35.36%
B=31.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1531631450.0600.110.3693.338.9160.39
Hex99A39160B245d93c
Octal2312432216013441351174
Binary1001100110100011100100011100101110010010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A391; }

 p { color: rgb(153,163,145); }

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

<style>
 a { background-color: #99A391; }

 a { background-color: rgb(153,163,145); }

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

<style>
 span { border-color: #99A391; }

 span { border-color: rgb(153,163,145); }

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