#9FA599

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

Shades of Delta #9FA599

Tints of Delta #9FA599

Color information

#9FA599 (or 0x9FA599) is unknown color: approx Delta. HEX triplet: 9F, A5 and 99. RGB value is (159,165,153). Sum of RGB (Red+Green+Blue) = 159+165+153=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA599 is #605A66. Grayscale: #A1A1A1. Windows color (decimal): -6314599 or 10069407. OLE color: 10069407.

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

Color convert

RGB159165153-
CMYK0.0400.070.35
HSL90º6.25%62.35%-
HSV(B)90º7.27%64.71%-
XYZ33.536.5835.43-
YUV161.84123.01125.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=33.33%
G=34.59%
B=32.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591651530.0400.070.35906.2562.35
Hex9FA599407235a63e
Octal23724523140743132676
Binary10011111101001011001100110001111000111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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