#92D981

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

Shades of Gossip #92D981

Tints of Gossip #92D981

Color information

#92D981 (or 0x92D981) is unknown color: approx Gossip. HEX triplet: 92, D9 and 81. RGB value is (146,217,129). Sum of RGB (Red+Green+Blue) = 146+217+129=492 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.67% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #92D981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D981 is #6D267E. Grayscale: #BABABA. Windows color (decimal): -7153279 or 8509842. OLE color: 8509842.

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

Color convert

RGB146217129-
CMYK0.3300.410.15
HSL108.41º53.66%67.84%-
HSV(B)108.41º40.55%85.1%-
XYZ40.6357.3229.69-
YUV185.7495.9899.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.67%
GREEN value IS 217 (85.16% from 255) = 44.11%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=29.67%
G=44.11%
B=26.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462171290.3300.410.15108.4153.6667.84
Hex92D98121029F6c3644
Octal222331201410511715466104
Binary1001001011011001100000011000010101001111111011001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,217,129); }

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

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

 a { background-color: rgb(146,217,129); }

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

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

 span { border-color: rgb(146,217,129); }

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