#92D274

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

Shades of Gossip #92D274

Tints of Gossip #92D274

Color information

#92D274 (or 0x92D274) is unknown color: approx Gossip. HEX triplet: 92, D2 and 74. RGB value is (146,210,116). Sum of RGB (Red+Green+Blue) = 146+210+116=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #92D274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D274 is #6D2D8B. Grayscale: #B4B4B4. Windows color (decimal): -7155084 or 7656082. OLE color: 7656082.

HSL color Cylindrical-coordinate representation of color #92D274: hue angle of 100.85º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92D274 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB146210116-
CMYK0.3000.450.18
HSL100.85º51.09%63.92%-
HSV(B)100.85º44.76%82.35%-
XYZ38.0553.4724.84-
YUV180.1591.8103.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.93%
GREEN value IS 210 (82.42% from 255) = 44.49%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=30.93%
G=44.49%
B=24.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462101160.3000.450.18100.8551.0963.92
Hex92D2741E02D12653340
Octal222322164360552214563100
Binary100100101101001011101001111001011011001011001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,210,116); }

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

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

 a { background-color: rgb(146,210,116); }

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

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

 span { border-color: rgb(146,210,116); }

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