#92D57D

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

Shades of Gossip #92D57D

Tints of Gossip #92D57D

Color information

#92D57D (or 0x92D57D) is unknown color: approx Gossip. HEX triplet: 92, D5 and 7D. RGB value is (146,213,125). Sum of RGB (Red+Green+Blue) = 146+213+125=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #92D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D57D is #6D2A82. Grayscale: #B7B7B7. Windows color (decimal): -7154307 or 8246674. OLE color: 8246674.

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

Color convert

RGB146213125-
CMYK0.3100.410.16
HSL105.68º51.16%66.27%-
HSV(B)105.68º41.31%83.53%-
XYZ39.3555.1827.98-
YUV182.9495.3101.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.17%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 125 (49.22% from 255) = 25.83%
R=30.17%
G=44.01%
B=25.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1462131250.3100.410.16105.6851.1666.27
Hex92D57D1F029106a3342
Octal222325175370512015263102
Binary100100101101010111111011111101010011000011010101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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