#93CA82

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

Shades of Gossip #93CA82

Tints of Gossip #93CA82

Color information

#93CA82 (or 0x93CA82) is unknown color: approx Gossip. HEX triplet: 93, CA and 82. RGB value is (147,202,130). Sum of RGB (Red+Green+Blue) = 147+202+130=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CA82 is #6C357D. Grayscale: #B1B1B1. Windows color (decimal): -7091582 or 8571539. OLE color: 8571539.

HSL color Cylindrical-coordinate representation of color #93CA82: hue angle of 105.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93CA82 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB147202130-
CMYK0.2700.360.21
HSL105.83º40.45%65.1%-
HSV(B)105.83º35.64%79.22%-
XYZ37.1850.0628.82-
YUV177.35101.28106.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=30.69%
G=42.17%
B=27.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021300.2700.360.21105.8340.4565.1
Hex93CA821B024156a2841
Octal223312202330442515250101
Binary1001001111001010100000101101101001001010111010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,202,130); }

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

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

 a { background-color: rgb(147,202,130); }

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

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

 span { border-color: rgb(147,202,130); }

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