#92DC6D

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

Shades of Gossip #92DC6D

Tints of Gossip #92DC6D

Color information

#92DC6D (or 0x92DC6D) is unknown color: approx Gossip. HEX triplet: 92, DC and 6D. RGB value is (146,220,109). Sum of RGB (Red+Green+Blue) = 146+220+109=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DC6D is #6D2392. Grayscale: #B9B9B9. Windows color (decimal): -7152531 or 7199890. OLE color: 7199890.

HSL color Cylindrical-coordinate representation of color #92DC6D: hue angle of 100º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92DC6D is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB146220109-
CMYK0.3400.500.14
HSL100º61.33%64.51%-
HSV(B)100º50.45%86.27%-
XYZ40.2158.423.62-
YUV185.2284.98100.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.74%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=30.74%
G=46.32%
B=22.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1462201090.3400.500.1410061.3364.51
Hex92DC6D22032E643d41
Octal222334155420621614475101
Binary100100101101110011011011000100110010111011001001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,220,109); }

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

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

 a { background-color: rgb(146,220,109); }

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

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

 span { border-color: rgb(146,220,109); }

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