#9FA598

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

Shades of Delta #9FA598

Tints of Delta #9FA598

Color information

#9FA598 (or 0x9FA598) is unknown color: approx Delta. HEX triplet: 9F, A5 and 98. RGB value is (159,165,152). Sum of RGB (Red+Green+Blue) = 159+165+152=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA598 is #605A67. Grayscale: #A1A1A1. Windows color (decimal): -6314600 or 10003871. OLE color: 10003871.

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

Color convert

RGB159165152-
CMYK0.0400.080.35
HSL87.69º6.74%62.16%-
HSV(B)87.69º7.88%64.71%-
XYZ33.4236.5535-
YUV161.72122.51126.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 165 (64.84% from 255) = 34.66%
BLUE value IS 152 (59.77% from 255) = 31.93%
R=33.40%
G=34.66%
B=31.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591651520.0400.080.3587.696.7462.16
Hex9FA598408235873e
Octal237245230401043130776
Binary100111111010010110011000100010001000111011000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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