#92D66E

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

Shades of Gossip #92D66E

Tints of Gossip #92D66E

Color information

#92D66E (or 0x92D66E) is unknown color: approx Gossip. HEX triplet: 92, D6 and 6E. RGB value is (146,214,110). Sum of RGB (Red+Green+Blue) = 146+214+110=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #92D66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D66E is #6D2991. Grayscale: #B6B6B6. Windows color (decimal): -7154066 or 7263890. OLE color: 7263890.

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

Color convert

RGB146214110-
CMYK0.3200.490.16
HSL99.23º55.91%63.53%-
HSV(B)99.23º48.6%83.92%-
XYZ38.7255.3323.39-
YUV181.8187.47102.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.06%
GREEN value IS 214 (83.98% from 255) = 45.53%
BLUE value IS 110 (43.36% from 255) = 23.40%
R=31.06%
G=45.53%
B=23.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462141100.3200.490.1699.2355.9163.53
Hex92D66E2003110633840
Octal222326156400612014370100
Binary1001001011010110110111010000001100011000011000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,214,110); }

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

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

 a { background-color: rgb(146,214,110); }

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

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

 span { border-color: rgb(146,214,110); }

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