#92DC68

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

Shades of Gossip #92DC68

Tints of Gossip #92DC68

Color information

#92DC68 (or 0x92DC68) is unknown color: approx Gossip. HEX triplet: 92, DC and 68. RGB value is (146,220,104). Sum of RGB (Red+Green+Blue) = 146+220+104=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DC68 is #6D2397. Grayscale: #B9B9B9. Windows color (decimal): -7152536 or 6872210. OLE color: 6872210.

HSL color Cylindrical-coordinate representation of color #92DC68: hue angle of 98.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #92DC68 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB146220104-
CMYK0.3400.530.14
HSL98.28º62.37%63.53%-
HSV(B)98.28º52.73%86.27%-
XYZ39.9558.322.24-
YUV184.6582.48100.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 220 (86.33% from 255) = 46.81%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=31.06%
G=46.81%
B=22.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201040.3400.530.1498.2862.3763.53
Hex92DC6822035E623e40
Octal222334150420651614276100
Binary100100101101110011010001000100110101111011000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,220,104); }

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

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

 a { background-color: rgb(146,220,104); }

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

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

 span { border-color: rgb(146,220,104); }

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