#92CC76

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

Shades of Gossip #92CC76

Tints of Gossip #92CC76

Color information

#92CC76 (or 0x92CC76) is unknown color: approx Gossip. HEX triplet: 92, CC and 76. RGB value is (146,204,118). Sum of RGB (Red+Green+Blue) = 146+204+118=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CC76 is #6D3389. Grayscale: #B1B1B1. Windows color (decimal): -7156618 or 7785618. OLE color: 7785618.

HSL color Cylindrical-coordinate representation of color #92CC76: hue angle of 100.47º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92CC76 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB146204118-
CMYK0.2800.420.2
HSL100.47º45.74%63.14%-
HSV(B)100.47º42.16%80%-
XYZ36.7250.624.97-
YUV176.8594.78105.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.20%
GREEN value IS 204 (80.08% from 255) = 43.59%
BLUE value IS 118 (46.48% from 255) = 25.21%
R=31.20%
G=43.59%
B=25.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1462041180.2800.420.2100.4745.7463.14
Hex92CC761C02A14642e3f
Octal22231416634052241445677
Binary10010010110011001110110111000101010101001100100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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