#929985

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

Shades of Delta #929985

Tints of Delta #929985

Color information

#929985 (or 0x929985) is unknown color: approx Delta. HEX triplet: 92, 99 and 85. RGB value is (146,153,133). Sum of RGB (Red+Green+Blue) = 146+153+133=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 153 - color contains mainly: green. Hex color #929985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929985 is #6D667A. Grayscale: #949494. Windows color (decimal): -7169659 or 8755602. OLE color: 8755602.

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

Color convert

RGB146153133-
CMYK0.0500.130.4
HSL81º8.93%56.08%-
HSV(B)81º13.07%60%-
XYZ27.4830.5926.65-
YUV148.63119.18126.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=33.80%
G=35.42%
B=30.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531330.0500.130.4818.9356.08
Hex92998550D2851938
Octal2222312055015501211170
Binary1001001010011001100001011010110110100010100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929985; }

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

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

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

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

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

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

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

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