Html Css Color HEX #93CA73 Gossip

📋 copy color: '#93CA73'

red 147 ◦ green 202 ◦ blue 115

#93CA73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #93CA73

Tints of Gossip #93CA73

RGB

 RED value IS 147 (57.81% from 255) = 31.68%

 GREEN value IS 202 (79.3% from 255) = 43.53%

 BLUE value IS 115 (45.31% from 255) = 24.78%

R = 31.68%
G = 43.53%
B = 24.78%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#93CA73 (or 0x93CA73) is known color: Gossip. HEX triplet: 93, CA and 73. RGB value is (147,202,115). Sum of RGB (Red+Green+Blue) = 147+202+115=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CA73 is #6C358C. Grayscale: #AFAFAF. Windows color (decimal): -7091597 or 7588499. OLE color: 7588499.

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

Color convert

RGB 147 202 115 -
CMYK 0.27 0 0.43 0.21
HSL 97.93º 0.45% 0.62% -
HSV(B) 97.93º 0.43% 0.79% -
XYZ 36.25 49.68 23.9 -
YUV 175.64 93.78 107.57 -
System Red Green Blue C M Y K H S L
Decimal 147 202 115 0.27 0 0.43 0.21 97.93 0.45 0.62
Hex 93 CA 73 1B 0 2B 15 62 2D 3E
Octal 223 312 163 33 0 53 25 142 55 76
Binary 10010011 11001010 1110011 11011 0 101011 10101 1100010 101101 111110

Color Harmonies of #93CA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA73

Black with #93CA73

Text Example


Text Example

White with #93CA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93CA73;
 }
 .AnyTagClassName
 {
   color: #93CA73;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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