#929986

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

Shades of Delta #929986

Tints of Delta #929986

Color information

#929986 (or 0x929986) is unknown color: approx Delta. HEX triplet: 92, 99 and 86. RGB value is (146,153,134). Sum of RGB (Red+Green+Blue) = 146+153+134=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #929986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929986 is #6D6679. Grayscale: #949494. Windows color (decimal): -7169658 or 8821138. OLE color: 8821138.

HSL color Cylindrical-coordinate representation of color #929986: hue angle of 82.11º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #929986 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB146153134-
CMYK0.0500.120.4
HSL82.11º8.52%56.27%-
HSV(B)82.11º12.42%60%-
XYZ27.5530.6127.01-
YUV148.74119.68126.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=33.72%
G=35.33%
B=30.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531340.0500.120.482.118.5256.27
Hex92998650C2852938
Octal2222312065014501221170
Binary1001001010011001100001101010110010100010100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929986; }

 p { color: rgb(146,153,134); }

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

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

 a { background-color: rgb(146,153,134); }

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

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

 span { border-color: rgb(146,153,134); }

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