#91998A

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

Shades of Delta #91998A

Tints of Delta #91998A

Color information

#91998A (or 0x91998A) is unknown color: approx Delta. HEX triplet: 91, 99 and 8A. RGB value is (145,153,138). Sum of RGB (Red+Green+Blue) = 145+153+138=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #91998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91998A is #6E6675. Grayscale: #949494. Windows color (decimal): -7235190 or 9083281. OLE color: 9083281.

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

Color convert

RGB145153138-
CMYK0.0500.100.4
HSL92º6.85%57.06%-
HSV(B)92º9.8%60%-
XYZ27.6630.6428.5-
YUV148.9121.85125.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=33.26%
G=35.09%
B=31.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531380.0500.100.4926.8557.06
Hex91998A50A285c739
Octal221231212501250134771
Binary100100011001100110001010101010101010001011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91998A; }

 p { color: rgb(145,153,138); }

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

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

 a { background-color: rgb(145,153,138); }

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

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

 span { border-color: rgb(145,153,138); }

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