#92E972

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

Shades of Gossip #92E972

Tints of Gossip #92E972

Color information

#92E972 (or 0x92E972) is unknown color: approx Gossip. HEX triplet: 92, E9 and 72. RGB value is (146,233,114). Sum of RGB (Red+Green+Blue) = 146+233+114=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #92E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92E972 is #6D168D. Grayscale: #C1C1C1. Windows color (decimal): -7149198 or 7530898. OLE color: 7530898.

HSL color Cylindrical-coordinate representation of color #92E972: hue angle of 103.87º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92E972 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB146233114-
CMYK0.3700.510.09
HSL103.87º73.01%68.04%-
HSV(B)103.87º51.07%91.37%-
XYZ44.0365.626.26-
YUV193.4283.1894.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 233 (91.41% from 255) = 47.26%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=29.61%
G=47.26%
B=23.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1462331140.3700.510.09103.8773.0168.04
Hex92E972250339684944
Octal2223511624506311150111104
Binary1001001011101001111001010010101100111001110100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,233,114); }

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

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

 a { background-color: rgb(146,233,114); }

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

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

 span { border-color: rgb(146,233,114); }

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