#92DA82

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

Shades of Gossip #92DA82

Tints of Gossip #92DA82

Color information

#92DA82 (or 0x92DA82) is unknown color: approx Gossip. HEX triplet: 92, DA and 82. RGB value is (146,218,130). Sum of RGB (Red+Green+Blue) = 146+218+130=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92DA82 is #6D257D. Grayscale: #BABABA. Windows color (decimal): -7153022 or 8575634. OLE color: 8575634.

HSL color Cylindrical-coordinate representation of color #92DA82: hue angle of 109.09º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92DA82 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB146218130-
CMYK0.3300.400.15
HSL109.09º54.32%68.24%-
HSV(B)109.09º40.37%85.49%-
XYZ40.9557.8730.13-
YUV186.4496.1599.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 130 (51.17% from 255) = 26.32%
R=29.55%
G=44.13%
B=26.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462181300.3300.400.15109.0954.3268.24
Hex92DA8221028F6d3644
Octal222332202410501715566104
Binary1001001011011010100000101000010101000111111011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,218,130); }

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

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

 a { background-color: rgb(146,218,130); }

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

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

 span { border-color: rgb(146,218,130); }

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