#92E275

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

Shades of Gossip #92E275

Tints of Gossip #92E275

Color information

#92E275 (or 0x92E275) is unknown color: approx Gossip. HEX triplet: 92, E2 and 75. RGB value is (146,226,117). Sum of RGB (Red+Green+Blue) = 146+226+117=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #92E275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E275 is #6D1D8A. Grayscale: #BEBEBE. Windows color (decimal): -7150987 or 7725714. OLE color: 7725714.

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

Color convert

RGB146226117-
CMYK0.3500.480.11
HSL104.04º65.27%67.25%-
HSV(B)104.04º48.23%88.63%-
XYZ42.2661.7926.53-
YUV189.658796.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 226 (88.67% from 255) = 46.22%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=29.86%
G=46.22%
B=23.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1462261170.3500.480.11104.0465.2767.25
Hex92E27523030B684143
Octal2223421654306013150101103
Binary1001001011100010111010110001101100001011110100010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,226,117); }

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

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

 a { background-color: rgb(146,226,117); }

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

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

 span { border-color: rgb(146,226,117); }

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