#92E770

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

Shades of Gossip #92E770

Tints of Gossip #92E770

Color information

#92E770 (or 0x92E770) is unknown color: approx Gossip. HEX triplet: 92, E7 and 70. RGB value is (146,231,112). Sum of RGB (Red+Green+Blue) = 146+231+112=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #92E770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92E770 is #6D188F. Grayscale: #C0C0C0. Windows color (decimal): -7149712 or 7399314. OLE color: 7399314.

HSL color Cylindrical-coordinate representation of color #92E770: hue angle of 102.86º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #92E770 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB146231112-
CMYK0.3700.520.09
HSL102.86º71.26%67.25%-
HSV(B)102.86º51.52%90.59%-
XYZ43.3564.4325.48-
YUV192.0282.8495.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 231 (90.62% from 255) = 47.24%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=29.86%
G=47.24%
B=22.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1462311120.3700.520.09102.8671.2667.25
Hex92E770250349674743
Octal2223471604506411147107103
Binary1001001011100111111000010010101101001001110011110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,231,112); }

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

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

 a { background-color: rgb(146,231,112); }

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

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

 span { border-color: rgb(146,231,112); }

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