#92C17F

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

Shades of Gossip #92C17F

Tints of Gossip #92C17F

Color information

#92C17F (or 0x92C17F) is unknown color: approx Gossip. HEX triplet: 92, C1 and 7F. RGB value is (146,193,127). Sum of RGB (Red+Green+Blue) = 146+193+127=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #92C17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C17F is #6D3E80. Grayscale: #ABABAB. Windows color (decimal): -7159425 or 8372626. OLE color: 8372626.

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

Color convert

RGB146193127-
CMYK0.2400.340.24
HSL102.73º34.74%62.75%-
HSV(B)102.73º34.2%75.69%-
XYZ34.7545.7827.08-
YUV171.42102.93109.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.33%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 127 (50% from 255) = 27.25%
R=31.33%
G=41.42%
B=27.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461931270.2400.340.24102.7334.7462.75
Hex92C17F180221867233f
Octal22230117730042301474377
Binary10010010110000011111111110000100010110001100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,193,127); }

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

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

 a { background-color: rgb(146,193,127); }

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

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

 span { border-color: rgb(146,193,127); }

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