Html Css Color HEX #93C975 Gossip

📋 copy color: '#93C975'

red 147 ◦ green 201 ◦ blue 117

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

Shades of Gossip #93C975

Tints of Gossip #93C975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.23%

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 31.61%
G = 43.23%
B = 25.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#93C975 (or 0x93C975) is known color: Gossip. HEX triplet: 93, C9 and 75. RGB value is (147,201,117). Sum of RGB (Red+Green+Blue) = 147+201+117=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #93C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C975 is #6C368A. Grayscale: #AFAFAF. Windows color (decimal): -7091851 or 7719315. OLE color: 7719315.

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

Color convert

RGB 147 201 117 -
CMYK 0.27 0 0.42 0.21
HSL 98.57º 0.44% 0.62% -
HSV(B) 98.57º 0.42% 0.79% -
XYZ 36.13 49.26 24.43 -
YUV 175.28 95.11 107.83 -
System Red Green Blue C M Y K H S L
Decimal 147 201 117 0.27 0 0.42 0.21 98.57 0.44 0.62
Hex 93 C9 75 1B 0 2A 15 63 2C 3E
Octal 223 311 165 33 0 52 25 143 54 76
Binary 10010011 11001001 1110101 11011 0 101010 10101 1100011 101100 111110

Color Harmonies of #93C975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C975

Black with #93C975

Text Example


Text Example

White with #93C975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,201,117); }

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

background-color css

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

 a { background-color: rgb(147,201,117); }

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

border-color css

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

 span { border-color: rgb(147,201,117); }

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