#92D17E

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

Shades of Gossip #92D17E

Tints of Gossip #92D17E

Color information

#92D17E (or 0x92D17E) is unknown color: approx Gossip. HEX triplet: 92, D1 and 7E. RGB value is (146,209,126). Sum of RGB (Red+Green+Blue) = 146+209+126=481 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.35% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #92D17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D17E is #6D2E81. Grayscale: #B4B4B4. Windows color (decimal): -7155330 or 8311186. OLE color: 8311186.

HSL color Cylindrical-coordinate representation of color #92D17E: hue angle of 105.54º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92D17E is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB146209126-
CMYK0.3000.400.18
HSL105.54º47.43%65.69%-
HSV(B)105.54º39.71%81.96%-
XYZ38.4253.2227.99-
YUV180.797.13103.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.35%
GREEN value IS 209 (82.03% from 255) = 43.45%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=30.35%
G=43.45%
B=26.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462091260.3000.400.18105.5447.4365.69
Hex92D17E1E028126a2f42
Octal222321176360502215257102
Binary100100101101000111111101111001010001001011010101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92D17E; }

 p { color: rgb(146,209,126); }

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

<style>
 a { background-color: #92D17E; }

 a { background-color: rgb(146,209,126); }

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

<style>
 span { border-color: #92D17E; }

 span { border-color: rgb(146,209,126); }

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