Html Css Color HEX #93BC82 Gossip

📋 copy color: '#93BC82'

red 147 ◦ green 188 ◦ blue 130

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

Shades of Gossip #93BC82

Tints of Gossip #93BC82

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

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

R = 31.61%
G = 40.43%
B = 27.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#93BC82 (or 0x93BC82) is known color: Gossip. HEX triplet: 93, BC and 82. RGB value is (147,188,130). Sum of RGB (Red+Green+Blue) = 147+188+130=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #93BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BC82 is #6C437D. Grayscale: #A9A9A9. Windows color (decimal): -7095166 or 8567955. OLE color: 8567955.

HSL color Cylindrical-coordinate representation of color #93BC82: hue angle of 102.41º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93BC82 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 188 130 -
CMYK 0.22 0 0.31 0.26
HSL 102.41º 0.3% 0.62% -
HSV(B) 102.41º 0.31% 0.74% -
XYZ 34.05 43.78 27.78 -
YUV 169.13 105.92 112.22 -
System Red Green Blue C M Y K H S L
Decimal 147 188 130 0.22 0 0.31 0.26 102.41 0.3 0.62
Hex 93 BC 82 16 0 1F 1A 66 1E 3E
Octal 223 274 202 26 0 37 32 146 36 76
Binary 10010011 10111100 10000010 10110 0 11111 11010 1100110 11110 111110

Color Harmonies of #93BC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93BC82

Black with #93BC82

Text Example


Text Example

White with #93BC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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