#92D580

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

Shades of Gossip #92D580

Tints of Gossip #92D580

Color information

#92D580 (or 0x92D580) is unknown color: approx Gossip. HEX triplet: 92, D5 and 80. RGB value is (146,213,128). Sum of RGB (Red+Green+Blue) = 146+213+128=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #92D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D580 is #6D2A7F. Grayscale: #B7B7B7. Windows color (decimal): -7154304 or 8443282. OLE color: 8443282.

HSL color Cylindrical-coordinate representation of color #92D580: hue angle of 107.29º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92D580 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB146213128-
CMYK0.3100.400.16
HSL107.29º50.3%66.86%-
HSV(B)107.29º39.91%83.53%-
XYZ39.5455.2629-
YUV183.2896.8101.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 213 (83.59% from 255) = 43.74%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=29.98%
G=43.74%
B=26.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131280.3100.400.16107.2950.366.86
Hex92D5801F028106b3243
Octal222325200370502015362103
Binary1001001011010101100000001111101010001000011010111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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