#92D76A

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

Shades of Gossip #92D76A

Tints of Gossip #92D76A

Color information

#92D76A (or 0x92D76A) is unknown color: approx Gossip. HEX triplet: 92, D7 and 6A. RGB value is (146,215,106). Sum of RGB (Red+Green+Blue) = 146+215+106=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #92D76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D76A is #6D2895. Grayscale: #B6B6B6. Windows color (decimal): -7153814 or 7002002. OLE color: 7002002.

HSL color Cylindrical-coordinate representation of color #92D76A: hue angle of 97.98º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92D76A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB146215106-
CMYK0.3200.510.16
HSL97.98º57.67%62.94%-
HSV(B)97.98º50.7%84.31%-
XYZ38.7655.7522.35-
YUV181.9485.14102.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 215 (84.38% from 255) = 46.04%
BLUE value IS 106 (41.80% from 255) = 22.70%
R=31.26%
G=46.04%
B=22.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462151060.3200.510.1697.9857.6762.94
Hex92D76A2003310623a3f
Octal22232715240063201427277
Binary100100101101011111010101000000110011100001100010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,215,106); }

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

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

 a { background-color: rgb(146,215,106); }

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

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

 span { border-color: rgb(146,215,106); }

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