#929988

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

Shades of Delta #929988

Tints of Delta #929988

Color information

#929988 (or 0x929988) is unknown color: approx Delta. HEX triplet: 92, 99 and 88. RGB value is (146,153,136). Sum of RGB (Red+Green+Blue) = 146+153+136=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #929988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929988 is #6D6677. Grayscale: #959595. Windows color (decimal): -7169656 or 8952210. OLE color: 8952210.

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

Color convert

RGB146153136-
CMYK0.0500.110.4
HSL84.71º7.69%56.67%-
HSV(B)84.71º11.11%60%-
XYZ27.6930.6727.75-
YUV148.97120.68125.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 136 (53.52% from 255) = 31.26%
R=33.56%
G=35.17%
B=31.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461531360.0500.110.484.717.6956.67
Hex92998850B2855839
Octal2222312105013501251071
Binary1001001010011001100010001010101110100010101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929988; }

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

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

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

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

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

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

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

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