#92D486

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

Shades of Gossip #92D486

Tints of Gossip #92D486

Color information

#92D486 (or 0x92D486) is unknown color: approx Gossip. HEX triplet: 92, D4 and 86. RGB value is (146,212,134). Sum of RGB (Red+Green+Blue) = 146+212+134=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #92D486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D486 is #6D2B79. Grayscale: #B7B7B7. Windows color (decimal): -7154554 or 8836242. OLE color: 8836242.

HSL color Cylindrical-coordinate representation of color #92D486: hue angle of 110.77º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92D486 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB146212134-
CMYK0.3100.370.17
HSL110.77º47.56%67.84%-
HSV(B)110.77º36.79%83.14%-
XYZ39.754.9231.06-
YUV183.37100.13101.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 212 (83.20% from 255) = 43.09%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=29.67%
G=43.09%
B=27.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462121340.3100.370.17110.7747.5667.84
Hex92D4861F025116f3044
Octal222324206370452115760104
Binary1001001011010100100001101111101001011000111011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,212,134); }

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

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

 a { background-color: rgb(146,212,134); }

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

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

 span { border-color: rgb(146,212,134); }

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