#91A182

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

Shades of Delta #91A182

Tints of Delta #91A182

Color information

#91A182 (or 0x91A182) is unknown color: approx Delta. HEX triplet: 91, A1 and 82. RGB value is (145,161,130). Sum of RGB (Red+Green+Blue) = 145+161+130=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #91A182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A182 is #6E5E7D. Grayscale: #989898. Windows color (decimal): -7233150 or 8561041. OLE color: 8561041.

HSL color Cylindrical-coordinate representation of color #91A182: hue angle of 90.97º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91A182 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB145161130-
CMYK0.1000.190.37
HSL90.97º14.16%57.06%-
HSV(B)90.97º19.25%63.14%-
XYZ28.4533.1226.01-
YUV152.68115.2122.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=33.26%
G=36.93%
B=29.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1451611300.1000.190.3790.9714.1657.06
Hex91A182A013255be39
Octal22124120212023451331671
Binary100100011010000110000010101001001110010110110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A182; }

 p { color: rgb(145,161,130); }

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

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

 a { background-color: rgb(145,161,130); }

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

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

 span { border-color: rgb(145,161,130); }

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