#93D06E

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

Shades of Gossip #93D06E

Tints of Gossip #93D06E

Color information

#93D06E (or 0x93D06E) is unknown color: approx Gossip. HEX triplet: 93, D0 and 6E. RGB value is (147,208,110). Sum of RGB (Red+Green+Blue) = 147+208+110=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #93D06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D06E is #6C2F91. Grayscale: #B2B2B2. Windows color (decimal): -7090066 or 7262355. OLE color: 7262355.

HSL color Cylindrical-coordinate representation of color #93D06E: hue angle of 97.35º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #93D06E is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB147208110-
CMYK0.2900.470.18
HSL97.35º51.04%62.35%-
HSV(B)97.35º47.12%81.57%-
XYZ37.452.4422.9-
YUV178.5989.29105.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=31.61%
G=44.73%
B=23.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472081100.2900.470.1897.3551.0462.35
Hex93D06E1D02F1261333e
Octal22332015635057221416376
Binary10010011110100001101110111010101111100101100001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,208,110); }

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

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

 a { background-color: rgb(147,208,110); }

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

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

 span { border-color: rgb(147,208,110); }

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