#93CA7A

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

Shades of Gossip #93CA7A

Tints of Gossip #93CA7A

Color information

#93CA7A (or 0x93CA7A) is unknown color: approx Gossip. HEX triplet: 93, CA and 7A. RGB value is (147,202,122). Sum of RGB (Red+Green+Blue) = 147+202+122=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CA7A is #6C3585. Grayscale: #B0B0B0. Windows color (decimal): -7091590 or 8047251. OLE color: 8047251.

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

Color convert

RGB147202122-
CMYK0.2700.400.21
HSL101.25º43.01%63.53%-
HSV(B)101.25º39.6%79.22%-
XYZ36.6749.8526.1-
YUV176.4497.28107-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=31.21%
G=42.89%
B=25.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1472021220.2700.400.21101.2543.0163.53
Hex93CA7A1B02815652b40
Octal223312172330502514553100
Binary100100111100101011110101101101010001010111001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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