#92C27D

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

Shades of Gossip #92C27D

Tints of Gossip #92C27D

Color information

#92C27D (or 0x92C27D) is unknown color: approx Gossip. HEX triplet: 92, C2 and 7D. RGB value is (146,194,125). Sum of RGB (Red+Green+Blue) = 146+194+125=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #92C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C27D is #6D3D82. Grayscale: #ACACAC. Windows color (decimal): -7159171 or 8241810. OLE color: 8241810.

HSL color Cylindrical-coordinate representation of color #92C27D: hue angle of 101.74º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92C27D is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB146194125-
CMYK0.2500.360.24
HSL101.74º36.13%62.55%-
HSV(B)101.74º35.57%76.08%-
XYZ34.8546.1826.48-
YUV171.78101.6109.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.40%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 125 (49.22% from 255) = 26.88%
R=31.40%
G=41.72%
B=26.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461941250.2500.360.24101.7436.1362.55
Hex92C27D190241866243f
Octal22230217531044301464477
Binary10010010110000101111101110010100100110001100110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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