#909886

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

Shades of Delta #909886

Tints of Delta #909886

Color information

#909886 (or 0x909886) is unknown color: approx Delta. HEX triplet: 90, 98 and 86. RGB value is (144,152,134). Sum of RGB (Red+Green+Blue) = 144+152+134=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 152 (59.77% from 255 or 35.35% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 152 - color contains mainly: green. Hex color #909886 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909886 is #6F6779. Grayscale: #939393. Windows color (decimal): -7300986 or 8820880. OLE color: 8820880.

HSL color Cylindrical-coordinate representation of color #909886: hue angle of 86.67º degrees, saturation: 0.08, 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 #909886 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB144152134-
CMYK0.0500.120.40
HSL86.67º8.04%56.08%-
HSV(B)86.67º11.84%59.61%-
XYZ27.0330.1126.94-
YUV147.56120.35125.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 152 (59.77% from 255) = 35.35%
BLUE value IS 134 (52.73% from 255) = 31.16%
R=33.49%
G=35.35%
B=31.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1441521340.0500.120.4086.678.0456.08
Hex90988650C2857838
Octal2202302065014501271070
Binary1001000010011000100001101010110010100010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909886; }

 p { color: rgb(144,152,134); }

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

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

 a { background-color: rgb(144,152,134); }

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

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

 span { border-color: rgb(144,152,134); }

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