#92DF76

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

Shades of Gossip #92DF76

Tints of Gossip #92DF76

Color information

#92DF76 (or 0x92DF76) is unknown color: approx Gossip. HEX triplet: 92, DF and 76. RGB value is (146,223,118). Sum of RGB (Red+Green+Blue) = 146+223+118=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DF76 is #6D2089. Grayscale: #BCBCBC. Windows color (decimal): -7151754 or 7790482. OLE color: 7790482.

HSL color Cylindrical-coordinate representation of color #92DF76: hue angle of 104º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92DF76 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB146223118-
CMYK0.3500.470.13
HSL104º62.13%66.86%-
HSV(B)104º47.09%87.45%-
XYZ41.5160.1926.57-
YUV188.0188.4998.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 223 (87.5% from 255) = 45.79%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=29.98%
G=45.79%
B=24.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462231180.3500.470.1310462.1366.86
Hex92DF762302FD683e43
Octal222337166430571515076103
Binary100100101101111111101101000110101111110111010001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,223,118); }

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

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

 a { background-color: rgb(146,223,118); }

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

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

 span { border-color: rgb(146,223,118); }

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