Html Css Color HEX #A5C993 Gossip

📋 copy color: '#A5C993'

red 165 ◦ green 201 ◦ blue 147

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

Shades of Gossip #A5C993

Tints of Gossip #A5C993

RGB

 RED value IS 165 (64.84% from 255) = 32.16%

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

 BLUE value IS 147 (57.81% from 255) = 28.65%

R = 32.16%
G = 39.18%
B = 28.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#A5C993 (or 0xA5C993) is known color: Gossip. HEX triplet: A5, C9 and 93. RGB value is (165,201,147). Sum of RGB (Red+Green+Blue) = 165+201+147=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C993 is #5A366C. Grayscale: #B8B8B8. Windows color (decimal): -5912173 or 9685413. OLE color: 9685413.

HSL color Cylindrical-coordinate representation of color #A5C993: hue angle of 100º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5C993 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 201 147 -
CMYK 0.18 0 0.27 0.21
HSL 100º 0.33% 0.68% -
HSV(B) 100º 0.27% 0.79% -
XYZ 41.67 51.88 35.42 -
YUV 184.08 107.07 114.39 -
System Red Green Blue C M Y K H S L
Decimal 165 201 147 0.18 0 0.27 0.21 100 0.33 0.68
Hex A5 C9 93 12 0 1B 15 64 21 44
Octal 245 311 223 22 0 33 25 144 41 104
Binary 10100101 11001001 10010011 10010 0 11011 10101 1100100 100001 1000100

Color Harmonies of #A5C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C993

Black with #A5C993

Text Example


Text Example

White with #A5C993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C993; }

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

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

background-color css

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

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

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

border-color css

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

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

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