#9A9D93

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

Shades of Delta #9A9D93

Tints of Delta #9A9D93

Color information

#9A9D93 (or 0x9A9D93) is unknown color: approx Delta. HEX triplet: 9A, 9D and 93. RGB value is (154,157,147). Sum of RGB (Red+Green+Blue) = 154+157+147=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 147 (57.81% from 255 or 32.10% from 458); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9D93 is #65626C. Grayscale: #9B9B9B. Windows color (decimal): -6644333 or 9674138. OLE color: 9674138.

HSL color Cylindrical-coordinate representation of color #9A9D93: hue angle of 78º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9A9D93 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB154157147-
CMYK0.0200.060.38
HSL78º4.85%59.61%-
HSV(B)78º6.37%61.57%-
XYZ30.6533.0932.38-
YUV154.96123.51127.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 157 (61.72% from 255) = 34.28%
BLUE value IS 147 (57.81% from 255) = 32.10%
R=33.62%
G=34.28%
B=32.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541571470.0200.060.38784.8559.61
Hex9A9D93206264e53c
Octal23223522320646116574
Binary1001101010011101100100111001101001101001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,157,147); }

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

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

 a { background-color: rgb(154,157,147); }

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

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

 span { border-color: rgb(154,157,147); }

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