#92D970

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

Shades of Gossip #92D970

Tints of Gossip #92D970

Color information

#92D970 (or 0x92D970) is unknown color: approx Gossip. HEX triplet: 92, D9 and 70. RGB value is (146,217,112). Sum of RGB (Red+Green+Blue) = 146+217+112=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #92D970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D970 is #6D268F. Grayscale: #B8B8B8. Windows color (decimal): -7153296 or 7395730. OLE color: 7395730.

HSL color Cylindrical-coordinate representation of color #92D970: hue angle of 100.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92D970 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB146217112-
CMYK0.3300.480.15
HSL100.57º58.01%64.51%-
HSV(B)100.57º48.39%85.1%-
XYZ39.5956.9124.23-
YUV183.887.48101.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=30.74%
G=45.68%
B=23.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462171120.3300.480.15100.5758.0164.51
Hex92D97021030F653a41
Octal222331160410601714572101
Binary100100101101100111100001000010110000111111001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,217,112); }

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

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

 a { background-color: rgb(146,217,112); }

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

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

 span { border-color: rgb(146,217,112); }

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