#9A9D97

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

Shades of Delta #9A9D97

Tints of Delta #9A9D97

Color information

#9A9D97 (or 0x9A9D97) is unknown color: approx Delta. HEX triplet: 9A, 9D and 97. RGB value is (154,157,151). Sum of RGB (Red+Green+Blue) = 154+157+151=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9D97 is #656268. Grayscale: #9B9B9B. Windows color (decimal): -6644329 or 9936282. OLE color: 9936282.

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

Color convert

RGB154157151-
CMYK0.0200.040.38
HSL90º2.97%60.39%-
HSV(B)90º3.82%61.57%-
XYZ30.9733.2234.06-
YUV155.42125.51126.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 151 (59.38% from 255) = 32.68%
R=33.33%
G=33.98%
B=32.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541571510.0200.040.38902.9760.39
Hex9A9D97204265a33c
Octal23223522720446132374
Binary100110101001110110010111100100100110101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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