#9A9F92

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

Shades of Delta #9A9F92

Tints of Delta #9A9F92

Color information

#9A9F92 (or 0x9A9F92) is unknown color: approx Delta. HEX triplet: 9A, 9F and 92. RGB value is (154,159,146). Sum of RGB (Red+Green+Blue) = 154+159+146=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9F92 is #65606D. Grayscale: #9C9C9C. Windows color (decimal): -6643822 or 9609114. OLE color: 9609114.

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

Color convert

RGB154159146-
CMYK0.0300.080.38
HSL83.08º6.34%59.8%-
HSV(B)83.08º8.18%62.35%-
XYZ30.9133.7432.08-
YUV156.02122.34126.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=33.55%
G=34.64%
B=31.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1541591460.0300.080.3883.086.3459.8
Hex9A9F92308265363c
Octal232237222301046123674
Binary10011010100111111001001011010001001101010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,159,146); }

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

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

 a { background-color: rgb(154,159,146); }

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

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

 span { border-color: rgb(154,159,146); }

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