#92DB78

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

Shades of Gossip #92DB78

Tints of Gossip #92DB78

Color information

#92DB78 (or 0x92DB78) is unknown color: approx Gossip. HEX triplet: 92, DB and 78. RGB value is (146,219,120). Sum of RGB (Red+Green+Blue) = 146+219+120=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DB78 is #6D2487. Grayscale: #BABABA. Windows color (decimal): -7152776 or 7920530. OLE color: 7920530.

HSL color Cylindrical-coordinate representation of color #92DB78: hue angle of 104.24º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92DB78 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB146219120-
CMYK0.3300.450.14
HSL104.24º57.89%66.47%-
HSV(B)104.24º45.21%85.88%-
XYZ40.5858.1326.85-
YUV185.8990.8299.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 219 (85.94% from 255) = 45.15%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=30.10%
G=45.15%
B=24.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462191200.3300.450.14104.2457.8966.47
Hex92DB782102DE683a42
Octal222333170410551615072102
Binary100100101101101111110001000010101101111011010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,219,120); }

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

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

 a { background-color: rgb(146,219,120); }

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

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

 span { border-color: rgb(146,219,120); }

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