#92DE66

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

Shades of Gossip #92DE66

Tints of Gossip #92DE66

Color information

#92DE66 (or 0x92DE66) is unknown color: approx Gossip. HEX triplet: 92, DE and 66. RGB value is (146,222,102). Sum of RGB (Red+Green+Blue) = 146+222+102=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #92DE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DE66 is #6D2199. Grayscale: #B9B9B9. Windows color (decimal): -7152026 or 6741650. OLE color: 6741650.

HSL color Cylindrical-coordinate representation of color #92DE66: hue angle of 98º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92DE66 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB146222102-
CMYK0.3400.540.13
HSL98º64.52%63.53%-
HSV(B)98º54.05%87.06%-
XYZ40.3759.3121.89-
YUV185.680.8299.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 222 (87.11% from 255) = 47.23%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=31.06%
G=47.23%
B=21.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462221020.3400.540.139864.5263.53
Hex92DE6622036D624140
Octal2223361464206615142101100
Binary1001001011011110110011010001001101101101110001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,222,102); }

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

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

 a { background-color: rgb(146,222,102); }

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

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

 span { border-color: rgb(146,222,102); }

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