Html Css Color HEX #A5C991 Gossip

📋 copy color: '#A5C991'

red 165 ◦ green 201 ◦ blue 145

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

Shades of Gossip #A5C991

Tints of Gossip #A5C991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.38%

R = 32.29%
G = 39.33%
B = 28.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#A5C991 (or 0xA5C991) is known color: Gossip. HEX triplet: A5, C9 and 91. RGB value is (165,201,145). Sum of RGB (Red+Green+Blue) = 165+201+145=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C991 is #5A366E. Grayscale: #B8B8B8. Windows color (decimal): -5912175 or 9554341. OLE color: 9554341.

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

Color convert

RGB 165 201 145 -
CMYK 0.18 0 0.28 0.21
HSL 98.57º 0.34% 0.68% -
HSV(B) 98.57º 0.28% 0.79% -
XYZ 41.51 51.82 34.6 -
YUV 183.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 165 201 145 0.18 0 0.28 0.21 98.57 0.34 0.68
Hex A5 C9 91 12 0 1C 15 63 22 44
Octal 245 311 221 22 0 34 25 143 42 104
Binary 10100101 11001001 10010001 10010 0 11100 10101 1100011 100010 1000100

Color Harmonies of #A5C991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C991

Black with #A5C991

Text Example


Text Example

White with #A5C991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C991; }

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

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

background-color css

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

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

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

border-color css

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

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

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