#91D582

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

Shades of Gossip #91D582

Tints of Gossip #91D582

Color information

#91D582 (or 0x91D582) is unknown color: approx Gossip. HEX triplet: 91, D5 and 82. RGB value is (145,213,130). Sum of RGB (Red+Green+Blue) = 145+213+130=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #91D582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91D582 is #6E2A7D. Grayscale: #B7B7B7. Windows color (decimal): -7219838 or 8574353. OLE color: 8574353.

HSL color Cylindrical-coordinate representation of color #91D582: hue angle of 109.16º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91D582 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB145213130-
CMYK0.3200.390.16
HSL109.16º49.7%67.25%-
HSV(B)109.16º38.97%83.53%-
XYZ39.555.2229.7-
YUV183.2197.97100.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.71%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=29.71%
G=43.65%
B=26.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1452131300.3200.390.16109.1649.767.25
Hex91D58220027106d3243
Octal221325202400472015562103
Binary10010001110101011000001010000001001111000011011011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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