#91CD72

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

Shades of Gossip #91CD72

Tints of Gossip #91CD72

Color information

#91CD72 (or 0x91CD72) is unknown color: approx Gossip. HEX triplet: 91, CD and 72. RGB value is (145,205,114). Sum of RGB (Red+Green+Blue) = 145+205+114=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #91CD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CD72 is #6E328D. Grayscale: #B0B0B0. Windows color (decimal): -7221902 or 7523729. OLE color: 7523729.

HSL color Cylindrical-coordinate representation of color #91CD72: hue angle of 99.56º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91CD72 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB145205114-
CMYK0.2900.440.20
HSL99.56º47.64%62.55%-
HSV(B)99.56º44.39%80.39%-
XYZ36.5550.923.82-
YUV176.6992.62105.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.25%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=31.25%
G=44.18%
B=24.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1452051140.2900.440.2099.5647.6462.55
Hex91CD721D02C1464303f
Octal22131516235054241446077
Binary10010001110011011110010111010101100101001100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,205,114); }

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

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

 a { background-color: rgb(145,205,114); }

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

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

 span { border-color: rgb(145,205,114); }

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