#93DB69

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

Shades of Gossip #93DB69

Tints of Gossip #93DB69

Color information

#93DB69 (or 0x93DB69) is unknown color: approx Gossip. HEX triplet: 93, DB and 69. RGB value is (147,219,105). Sum of RGB (Red+Green+Blue) = 147+219+105=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB69 is #6C2496. Grayscale: #B8B8B8. Windows color (decimal): -7087255 or 6937491. OLE color: 6937491.

HSL color Cylindrical-coordinate representation of color #93DB69: hue angle of 97.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93DB69 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB147219105-
CMYK0.3300.520.14
HSL97.89º61.29%63.53%-
HSV(B)97.89º52.05%85.88%-
XYZ39.9157.8922.43-
YUV184.4883.15101.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 219 (85.94% from 255) = 46.50%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=31.21%
G=46.50%
B=22.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191050.3300.520.1497.8961.2963.53
Hex93DB6921034E623d40
Octal223333151410641614275100
Binary100100111101101111010011000010110100111011000101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DB69; }

 p { color: rgb(147,219,105); }

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

<style>
 a { background-color: #93DB69; }

 a { background-color: rgb(147,219,105); }

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

<style>
 span { border-color: #93DB69; }

 span { border-color: rgb(147,219,105); }

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