#92D46D

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

Shades of Gossip #92D46D

Tints of Gossip #92D46D

Color information

#92D46D (or 0x92D46D) is unknown color: approx Gossip. HEX triplet: 92, D4 and 6D. RGB value is (146,212,109). Sum of RGB (Red+Green+Blue) = 146+212+109=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #92D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D46D is #6D2B92. Grayscale: #B4B4B4. Windows color (decimal): -7154579 or 7197842. OLE color: 7197842.

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

Color convert

RGB146212109-
CMYK0.3100.490.17
HSL98.45º54.5%62.94%-
HSV(B)98.45º48.58%83.14%-
XYZ38.1654.322.94-
YUV180.5287.63103.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=31.26%
G=45.40%
B=23.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462121090.3100.490.1798.4554.562.94
Hex92D46D1F0311162363f
Octal22232415537061211426677
Binary10010010110101001101101111110110001100011100010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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