Html Css Color HEX #93CC82 Gossip

📋 copy color: '#93CC82'

red 147 ◦ green 204 ◦ blue 130

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

Shades of Gossip #93CC82

Tints of Gossip #93CC82

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 30.56%
G = 42.41%
B = 27.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#93CC82 (or 0x93CC82) is known color: Gossip. HEX triplet: 93, CC and 82. RGB value is (147,204,130). Sum of RGB (Red+Green+Blue) = 147+204+130=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #93CC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CC82 is #6C337D. Grayscale: #B2B2B2. Windows color (decimal): -7091070 or 8572051. OLE color: 8572051.

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

Color convert

RGB 147 204 130 -
CMYK 0.28 0 0.36 0.2
HSL 106.22º 0.42% 0.65% -
HSV(B) 106.22º 0.36% 0.8% -
XYZ 37.65 51 28.98 -
YUV 178.52 100.62 105.52 -
System Red Green Blue C M Y K H S L
Decimal 147 204 130 0.28 0 0.36 0.2 106.22 0.42 0.65
Hex 93 CC 82 1C 0 24 14 6A 2A 41
Octal 223 314 202 34 0 44 24 152 52 101
Binary 10010011 11001100 10000010 11100 0 100100 10100 1101010 101010 1000001

Color Harmonies of #93CC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CC82

Black with #93CC82

Text Example


Text Example

White with #93CC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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