#93CD76

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

Shades of Gossip #93CD76

Tints of Gossip #93CD76

Color information

#93CD76 (or 0x93CD76) is unknown color: approx Gossip. HEX triplet: 93, CD and 76. RGB value is (147,205,118). Sum of RGB (Red+Green+Blue) = 147+205+118=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #93CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CD76 is #6C3289. Grayscale: #B2B2B2. Windows color (decimal): -7090826 or 7785875. OLE color: 7785875.

HSL color Cylindrical-coordinate representation of color #93CD76: hue angle of 100º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93CD76 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB147205118-
CMYK0.2800.420.20
HSL100º46.52%63.33%-
HSV(B)100º42.44%80.39%-
XYZ37.1351.1725.06-
YUV177.7494.28106.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 205 (80.47% from 255) = 43.62%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=31.28%
G=43.62%
B=25.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472051180.2800.420.2010046.5263.33
Hex93CD761C02A14642f3f
Octal22331516634052241445777
Binary10010011110011011110110111000101010101001100100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,205,118); }

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

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

 a { background-color: rgb(147,205,118); }

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

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

 span { border-color: rgb(147,205,118); }

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