#92E468

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

Shades of Gossip #92E468

Tints of Gossip #92E468

Color information

#92E468 (or 0x92E468) is unknown color: approx Gossip. HEX triplet: 92, E4 and 68. RGB value is (146,228,104). Sum of RGB (Red+Green+Blue) = 146+228+104=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #92E468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E468 is #6D1B97. Grayscale: #BDBDBD. Windows color (decimal): -7150488 or 6874258. OLE color: 6874258.

HSL color Cylindrical-coordinate representation of color #92E468: hue angle of 99.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92E468 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB146228104-
CMYK0.3600.540.11
HSL99.68º69.66%65.1%-
HSV(B)99.68º54.39%89.41%-
XYZ42.162.622.96-
YUV189.3579.8397.08-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.54%
GREEN value IS 228 (89.45% from 255) = 47.70%
BLUE value IS 104 (41.02% from 255) = 21.76%
R=30.54%
G=47.70%
B=21.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1462281040.3600.540.1199.6869.6665.1
Hex92E46824036B644641
Octal2223441504406613144106101
Binary1001001011100100110100010010001101101011110010010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,228,104); }

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

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

 a { background-color: rgb(146,228,104); }

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

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

 span { border-color: rgb(146,228,104); }

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