#91948A

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

Shades of Delta #91948A

Tints of Delta #91948A

Color information

#91948A (or 0x91948A) is unknown color: approx Delta. HEX triplet: 91, 94 and 8A. RGB value is (145,148,138). Sum of RGB (Red+Green+Blue) = 145+148+138=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 148 - color contains mainly: green. Hex color #91948A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91948A is #6E6B75. Grayscale: #929292. Windows color (decimal): -7236470 or 9082001. OLE color: 9082001.

HSL color Cylindrical-coordinate representation of color #91948A: hue angle of 78º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #91948A is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB145148138-
CMYK0.0200.070.42
HSL78º4.46%56.08%-
HSV(B)78º6.76%58.04%-
XYZ26.8529.0328.23-
YUV145.96123.51127.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=33.64%
G=34.34%
B=32.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451481380.0200.070.42784.4656.08
Hex91948A2072A4e438
Octal22122421220752116470
Binary1001000110010100100010101001111010101001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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