#92DD6D

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

Shades of Gossip #92DD6D

Tints of Gossip #92DD6D

Color information

#92DD6D (or 0x92DD6D) is unknown color: approx Gossip. HEX triplet: 92, DD and 6D. RGB value is (146,221,109). Sum of RGB (Red+Green+Blue) = 146+221+109=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DD6D is #6D2292. Grayscale: #BABABA. Windows color (decimal): -7152275 or 7200146. OLE color: 7200146.

HSL color Cylindrical-coordinate representation of color #92DD6D: hue angle of 100.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92DD6D is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB146221109-
CMYK0.3400.510.13
HSL100.18º62.22%64.71%-
HSV(B)100.18º50.68%86.67%-
XYZ40.4758.9323.71-
YUV185.8184.6599.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.67%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 109 (42.97% from 255) = 22.90%
R=30.67%
G=46.43%
B=22.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1462211090.3400.510.13100.1862.2264.71
Hex92DD6D22033D643e41
Octal222335155420631514476101
Binary100100101101110111011011000100110011110111001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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