#92C080

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

Shades of Gossip #92C080

Tints of Gossip #92C080

Color information

#92C080 (or 0x92C080) is unknown color: approx Gossip. HEX triplet: 92, C0 and 80. RGB value is (146,192,128). Sum of RGB (Red+Green+Blue) = 146+192+128=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #92C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C080 is #6D3F7F. Grayscale: #ABABAB. Windows color (decimal): -7159680 or 8437906. OLE color: 8437906.

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

Color convert

RGB146192128-
CMYK0.2400.330.25
HSL103.12º33.68%62.75%-
HSV(B)103.12º33.33%75.29%-
XYZ34.645.3727.36-
YUV170.95103.76110.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=31.33%
G=41.20%
B=27.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921280.2400.330.25103.1233.6862.75
Hex92C080180211967223f
Octal22230020030041311474277
Binary100100101100000010000000110000100001110011100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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