#92D071

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

Shades of Gossip #92D071

Tints of Gossip #92D071

Color information

#92D071 (or 0x92D071) is unknown color: approx Gossip. HEX triplet: 92, D0 and 71. RGB value is (146,208,113). Sum of RGB (Red+Green+Blue) = 146+208+113=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #92D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D071 is #6D2F8E. Grayscale: #B2B2B2. Windows color (decimal): -7155599 or 7458962. OLE color: 7458962.

HSL color Cylindrical-coordinate representation of color #92D071: hue angle of 99.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92D071 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB146208113-
CMYK0.3000.460.18
HSL99.16º50.26%62.94%-
HSV(B)99.16º45.67%81.57%-
XYZ37.3952.4223.77-
YUV178.6390.96104.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 208 (81.64% from 255) = 44.54%
BLUE value IS 113 (44.53% from 255) = 24.20%
R=31.26%
G=44.54%
B=24.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462081130.3000.460.1899.1650.2662.94
Hex92D0711E02E1263323f
Octal22232016136056221436277
Binary10010010110100001110001111100101110100101100011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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