#92DA6B

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

Shades of Gossip #92DA6B

Tints of Gossip #92DA6B

Color information

#92DA6B (or 0x92DA6B) is unknown color: approx Gossip. HEX triplet: 92, DA and 6B. RGB value is (146,218,107). Sum of RGB (Red+Green+Blue) = 146+218+107=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DA6B is #6D2594. Grayscale: #B8B8B8. Windows color (decimal): -7153045 or 7068306. OLE color: 7068306.

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

Color convert

RGB146218107-
CMYK0.3300.510.15
HSL98.92º60%63.73%-
HSV(B)98.92º50.92%85.49%-
XYZ39.5857.3222.89-
YUV183.8284.65101.03-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 107 (42.19% from 255) = 22.72%
R=31.00%
G=46.28%
B=22.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1462181070.3300.510.1598.926063.73
Hex92DA6B21033F633c40
Octal222332153410631714374100
Binary100100101101101011010111000010110011111111000111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,218,107); }

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

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

 a { background-color: rgb(146,218,107); }

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

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

 span { border-color: rgb(146,218,107); }

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