#92D56C

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

Shades of Gossip #92D56C

Tints of Gossip #92D56C

Color information

#92D56C (or 0x92D56C) is unknown color: approx Gossip. HEX triplet: 92, D5 and 6C. RGB value is (146,213,108). Sum of RGB (Red+Green+Blue) = 146+213+108=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #92D56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D56C is #6D2A93. Grayscale: #B5B5B5. Windows color (decimal): -7154324 or 7132562. OLE color: 7132562.

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

Color convert

RGB146213108-
CMYK0.3100.490.16
HSL98.29º55.56%62.94%-
HSV(B)98.29º49.3%83.53%-
XYZ38.3654.7822.74-
YUV18186.8103.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.26%
GREEN value IS 213 (83.59% from 255) = 45.61%
BLUE value IS 108 (42.58% from 255) = 23.13%
R=31.26%
G=45.61%
B=23.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131080.3100.490.1698.2955.5662.94
Hex92D56C1F0311062383f
Octal22232515437061201427077
Binary10010010110101011101100111110110001100001100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,213,108); }

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

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

 a { background-color: rgb(146,213,108); }

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

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

 span { border-color: rgb(146,213,108); }

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