Html Css Color HEX #A4CA8D Gossip

📋 copy color: '#A4CA8D'

red 164 ◦ green 202 ◦ blue 141

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

Shades of Gossip #A4CA8D

Tints of Gossip #A4CA8D

RGB

 RED value IS 164 (64.45% from 255) = 32.35%

 GREEN value IS 202 (79.3% from 255) = 39.84%

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 32.35%
G = 39.84%
B = 27.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#A4CA8D (or 0xA4CA8D) is known color: Gossip. HEX triplet: A4, CA and 8D. RGB value is (164,202,141). Sum of RGB (Red+Green+Blue) = 164+202+141=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CA8D is #5B3572. Grayscale: #B7B7B7. Windows color (decimal): -5977459 or 9292452. OLE color: 9292452.

HSL color Cylindrical-coordinate representation of color #A4CA8D: hue angle of 97.38º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4CA8D is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 202 141 -
CMYK 0.19 0 0.30 0.21
HSL 97.38º 0.37% 0.67% -
HSV(B) 97.38º 0.3% 0.79% -
XYZ 41.24 52.06 33.07 -
YUV 183.68 103.91 113.96 -
System Red Green Blue C M Y K H S L
Decimal 164 202 141 0.19 0 0.30 0.21 97.38 0.37 0.67
Hex A4 CA 8D 13 0 1E 15 61 25 43
Octal 244 312 215 23 0 36 25 141 45 103
Binary 10100100 11001010 10001101 10011 0 11110 10101 1100001 100101 1000011

Color Harmonies of #A4CA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CA8D

Black with #A4CA8D

Text Example


Text Example

White with #A4CA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CA8D; }

 p { color: rgb(164,202,141); }

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

background-color css

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

 a { background-color: rgb(164,202,141); }

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

border-color css

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

 span { border-color: rgb(164,202,141); }

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