#92C07F

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

Shades of Gossip #92C07F

Tints of Gossip #92C07F

Color information

#92C07F (or 0x92C07F) is unknown color: approx Gossip. HEX triplet: 92, C0 and 7F. RGB value is (146,192,127). Sum of RGB (Red+Green+Blue) = 146+192+127=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #92C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C07F is #6D3F80. Grayscale: #ABABAB. Windows color (decimal): -7159681 or 8372370. OLE color: 8372370.

HSL color Cylindrical-coordinate representation of color #92C07F: hue angle of 102.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92C07F is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB146192127-
CMYK0.2400.340.25
HSL102.46º34.03%62.55%-
HSV(B)102.46º33.85%75.29%-
XYZ34.5345.3427.01-
YUV170.84103.26110.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 127 (50% from 255) = 27.31%
R=31.40%
G=41.29%
B=27.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921270.2400.340.25102.4634.0362.55
Hex92C07F180221966223f
Octal22230017730042311464277
Binary10010010110000001111111110000100010110011100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,192,127); }

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

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

 a { background-color: rgb(146,192,127); }

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

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

 span { border-color: rgb(146,192,127); }

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