#9C9F97

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

Shades of Delta #9C9F97

Tints of Delta #9C9F97

Color information

#9C9F97 (or 0x9C9F97) is unknown color: approx Delta. HEX triplet: 9C, 9F and 97. RGB value is (156,159,151). Sum of RGB (Red+Green+Blue) = 156+159+151=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9F97 is #636068. Grayscale: #9D9D9D. Windows color (decimal): -6512745 or 9936796. OLE color: 9936796.

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

Color convert

RGB156159151-
CMYK0.0200.050.38
HSL82.5º4%60.78%-
HSV(B)82.5º5.03%62.35%-
XYZ31.6934.134.19-
YUV157.19124.51127.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 159 (62.5% from 255) = 34.12%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=33.48%
G=34.12%
B=32.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1561591510.0200.050.3882.5460.78
Hex9C9F97205265243d
Octal23423722720546122475
Binary1001110010011111100101111001011001101010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,159,151); }

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

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

 a { background-color: rgb(156,159,151); }

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

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

 span { border-color: rgb(156,159,151); }

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