#92E071

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

Shades of Gossip #92E071

Tints of Gossip #92E071

Color information

#92E071 (or 0x92E071) is unknown color: approx Gossip. HEX triplet: 92, E0 and 71. RGB value is (146,224,113). Sum of RGB (Red+Green+Blue) = 146+224+113=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #92E071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E071 is #6D1F8E. Grayscale: #BCBCBC. Windows color (decimal): -7151503 or 7463058. OLE color: 7463058.

HSL color Cylindrical-coordinate representation of color #92E071: hue angle of 102.16º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92E071 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB146224113-
CMYK0.3500.500.12
HSL102.16º64.16%66.08%-
HSV(B)102.16º49.55%87.84%-
XYZ41.4960.6125.14-
YUV188.0285.6698.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=30.23%
G=46.38%
B=23.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1462241130.3500.500.12102.1664.1666.08
Hex92E07123032C664042
Octal2223401614306214146100102
Binary1001001011100000111000110001101100101100110011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,224,113); }

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

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

 a { background-color: rgb(146,224,113); }

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

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

 span { border-color: rgb(146,224,113); }

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