#91988C

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

Shades of Delta #91988C

Tints of Delta #91988C

Color information

#91988C (or 0x91988C) is unknown color: approx Delta. HEX triplet: 91, 98 and 8C. RGB value is (145,152,140). Sum of RGB (Red+Green+Blue) = 145+152+140=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 152 - color contains mainly: green. Hex color #91988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91988C is #6E6773. Grayscale: #949494. Windows color (decimal): -7235444 or 9214097. OLE color: 9214097.

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

Color convert

RGB145152140-
CMYK0.0500.080.40
HSL95º5.5%57.25%-
HSV(B)95º7.89%59.61%-
XYZ27.6430.3729.22-
YUV148.54123.18125.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 152 (59.77% from 255) = 34.78%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=33.18%
G=34.78%
B=32.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521400.0500.080.40955.557.25
Hex91988C508285f639
Octal221230214501050137671
Binary100100011001100010001100101010001010001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91988C; }

 p { color: rgb(145,152,140); }

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

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

 a { background-color: rgb(145,152,140); }

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

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

 span { border-color: rgb(145,152,140); }

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