#92DA6D

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

Shades of Gossip #92DA6D

Tints of Gossip #92DA6D

Color information

#92DA6D (or 0x92DA6D) is unknown color: approx Gossip. HEX triplet: 92, DA and 6D. RGB value is (146,218,109). Sum of RGB (Red+Green+Blue) = 146+218+109=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DA6D is #6D2592. Grayscale: #B8B8B8. Windows color (decimal): -7153043 or 7199378. OLE color: 7199378.

HSL color Cylindrical-coordinate representation of color #92DA6D: hue angle of 99.63º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92DA6D is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB146218109-
CMYK0.3300.50.15
HSL99.63º59.56%64.12%-
HSV(B)99.63º50%85.49%-
XYZ39.6957.3623.45-
YUV184.0585.65100.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.87%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=30.87%
G=46.09%
B=23.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462181090.3300.50.1599.6359.5664.12
Hex92DA6D21032F643c40
Octal222332155410621714474100
Binary100100101101101011011011000010110010111111001001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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