#99A58E

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

Shades of Delta #99A58E

Tints of Delta #99A58E

Color information

#99A58E (or 0x99A58E) is unknown color: approx Delta. HEX triplet: 99, A5 and 8E. RGB value is (153,165,142). Sum of RGB (Red+Green+Blue) = 153+165+142=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #99A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A58E is #665A71. Grayscale: #9E9E9E. Windows color (decimal): -6707826 or 9348505. OLE color: 9348505.

HSL color Cylindrical-coordinate representation of color #99A58E: hue angle of 91.3º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99A58E is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB153165142-
CMYK0.0700.140.35
HSL91.3º11.33%60.2%-
HSV(B)91.3º13.94%64.71%-
XYZ31.4735.6430.81-
YUV158.79118.52123.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 142 (55.86% from 255) = 30.87%
R=33.26%
G=35.87%
B=30.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531651420.0700.140.3591.311.3360.2
Hex99A58E70E235bb3c
Octal2312452167016431331374
Binary1001100110100101100011101110111010001110110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,165,142); }

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

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

 a { background-color: rgb(153,165,142); }

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

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

 span { border-color: rgb(153,165,142); }

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