#99A685

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

Shades of Delta #99A685

Tints of Delta #99A685

Color information

#99A685 (or 0x99A685) is unknown color: approx Delta. HEX triplet: 99, A6 and 85. RGB value is (153,166,133). Sum of RGB (Red+Green+Blue) = 153+166+133=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 166 - color contains mainly: green. Hex color #99A685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A685 is #66597A. Grayscale: #9E9E9E. Windows color (decimal): -6707579 or 8758937. OLE color: 8758937.

HSL color Cylindrical-coordinate representation of color #99A685: hue angle of 83.64º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A685 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB153166133-
CMYK0.0800.200.35
HSL83.64º15.64%58.63%-
HSV(B)83.64º19.88%65.1%-
XYZ31.0135.7427.45-
YUV158.35113.69124.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=33.85%
G=36.73%
B=29.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661330.0800.200.3583.6415.6458.63
Hex99A68580142354103b
Octal23124620510024431242073
Binary1001100110100110100001011000010100100011101010010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,166,133); }

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

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

 a { background-color: rgb(153,166,133); }

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

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

 span { border-color: rgb(153,166,133); }

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