#92D17C

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

Shades of Gossip #92D17C

Tints of Gossip #92D17C

Color information

#92D17C (or 0x92D17C) is unknown color: approx Gossip. HEX triplet: 92, D1 and 7C. RGB value is (146,209,124). Sum of RGB (Red+Green+Blue) = 146+209+124=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 209 - color contains mainly: green. Hex color #92D17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D17C is #6D2E83. Grayscale: #B4B4B4. Windows color (decimal): -7155332 or 8180114. OLE color: 8180114.

HSL color Cylindrical-coordinate representation of color #92D17C: hue angle of 104.47º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92D17C is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB146209124-
CMYK0.3000.410.18
HSL104.47º48.02%65.29%-
HSV(B)104.47º40.67%81.96%-
XYZ38.2953.1727.31-
YUV180.4796.13103.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.48%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=30.48%
G=43.63%
B=25.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462091240.3000.410.18104.4748.0265.29
Hex92D17C1E02912683041
Octal222321174360512215060101
Binary100100101101000111111001111001010011001011010001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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