#93DB83

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

Shades of Gossip #93DB83

Tints of Gossip #93DB83

Color information

#93DB83 (or 0x93DB83) is unknown color: approx Gossip. HEX triplet: 93, DB and 83. RGB value is (147,219,131). Sum of RGB (Red+Green+Blue) = 147+219+131=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DB83 is #6C247C. Grayscale: #BBBBBB. Windows color (decimal): -7087229 or 8641427. OLE color: 8641427.

HSL color Cylindrical-coordinate representation of color #93DB83: hue angle of 109.09º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93DB83 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB147219131-
CMYK0.3300.400.14
HSL109.09º55%68.63%-
HSV(B)109.09º40.18%85.88%-
XYZ41.4658.530.58-
YUV187.4496.1599.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=29.58%
G=44.06%
B=26.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1472191310.3300.400.14109.095568.63
Hex93DB8321028E6d3745
Octal223333203410501615567105
Binary1001001111011011100000111000010101000111011011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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