#92DA7D

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

Shades of Gossip #92DA7D

Tints of Gossip #92DA7D

Color information

#92DA7D (or 0x92DA7D) is unknown color: approx Gossip. HEX triplet: 92, DA and 7D. RGB value is (146,218,125). Sum of RGB (Red+Green+Blue) = 146+218+125=489 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.86% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DA7D is #6D2582. Grayscale: #BABABA. Windows color (decimal): -7153027 or 8247954. OLE color: 8247954.

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

Color convert

RGB146218125-
CMYK0.3300.430.15
HSL106.45º55.69%67.25%-
HSV(B)106.45º42.66%85.49%-
XYZ40.6357.7328.4-
YUV185.8793.6599.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.86%
GREEN value IS 218 (85.55% from 255) = 44.58%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=29.86%
G=44.58%
B=25.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462181250.3300.430.15106.4555.6967.25
Hex92DA7D2102BF6a3843
Octal222332175410531715270103
Binary100100101101101011111011000010101011111111010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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