#909488

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

Shades of Delta #909488

Tints of Delta #909488

Color information

#909488 (or 0x909488) is unknown color: approx Delta. HEX triplet: 90, 94 and 88. RGB value is (144,148,136). Sum of RGB (Red+Green+Blue) = 144+148+136=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 148 - color contains mainly: green. Hex color #909488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909488 is #6F6B77. Grayscale: #919191. Windows color (decimal): -7302008 or 8950928. OLE color: 8950928.

HSL color Cylindrical-coordinate representation of color #909488: hue angle of 80º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #909488 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB144148136-
CMYK0.0300.080.42
HSL80º5.31%55.69%-
HSV(B)80º8.11%58.04%-
XYZ26.5428.8927.47-
YUV145.44122.67126.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.64%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 136 (53.52% from 255) = 31.78%
R=33.64%
G=34.58%
B=31.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481360.0300.080.42805.3155.69
Hex9094883082A50538
Octal220224210301052120570
Binary10010000100101001000100011010001010101010000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909488; }

 p { color: rgb(144,148,136); }

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

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

 a { background-color: rgb(144,148,136); }

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

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

 span { border-color: rgb(144,148,136); }

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