#92D784

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

Shades of Gossip #92D784

Tints of Gossip #92D784

Color information

#92D784 (or 0x92D784) is unknown color: approx Gossip. HEX triplet: 92, D7 and 84. RGB value is (146,215,132). Sum of RGB (Red+Green+Blue) = 146+215+132=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #92D784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D784 is #6D287B. Grayscale: #B9B9B9. Windows color (decimal): -7153788 or 8705938. OLE color: 8705938.

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

Color convert

RGB146215132-
CMYK0.3200.390.16
HSL109.88º50.92%68.04%-
HSV(B)109.88º38.6%84.31%-
XYZ40.3256.3830.59-
YUV184.9198.14100.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 215 (84.38% from 255) = 43.61%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=29.61%
G=43.61%
B=26.77%

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
Decimal1462151320.3200.390.16109.8850.9268.04
Hex92D78420027106e3344
Octal222327204400472015663104
Binary10010010110101111000010010000001001111000011011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,215,132); }

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

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

 a { background-color: rgb(146,215,132); }

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

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

 span { border-color: rgb(146,215,132); }

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