Html Css Color HEX #93C885 Gossip

📋 copy color: '#93C885'

red 147 ◦ green 200 ◦ blue 133

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

Shades of Gossip #93C885

Tints of Gossip #93C885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 30.63%
G = 41.67%
B = 27.71%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#93C885 (or 0x93C885) is known color: Gossip. HEX triplet: 93, C8 and 85. RGB value is (147,200,133). Sum of RGB (Red+Green+Blue) = 147+200+133=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 200 - color contains mainly: green. Hex color #93C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C885 is #6C377A. Grayscale: #B0B0B0. Windows color (decimal): -7092091 or 8767635. OLE color: 8767635.

HSL color Cylindrical-coordinate representation of color #93C885: hue angle of 107.46º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93C885 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 200 133 -
CMYK 0.26 0 0.34 0.22
HSL 107.46º 0.38% 0.65% -
HSV(B) 107.46º 0.34% 0.78% -
XYZ 36.92 49.21 29.74 -
YUV 176.52 103.44 106.95 -
System Red Green Blue C M Y K H S L
Decimal 147 200 133 0.26 0 0.34 0.22 107.46 0.38 0.65
Hex 93 C8 85 1A 0 22 16 6B 26 41
Octal 223 310 205 32 0 42 26 153 46 101
Binary 10010011 11001000 10000101 11010 0 100010 10110 1101011 100110 1000001

Color Harmonies of #93C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C885

Black with #93C885

Text Example


Text Example

White with #93C885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,200,133); }

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

background-color css

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

 a { background-color: rgb(147,200,133); }

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

border-color css

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

 span { border-color: rgb(147,200,133); }

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