Html Css Color HEX #A4D08C Gossip

📋 copy color: '#A4D08C'

red 164 ◦ green 208 ◦ blue 140

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

Shades of Gossip #A4D08C

Tints of Gossip #A4D08C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 32.03%
G = 40.63%
B = 27.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#A4D08C (or 0xA4D08C) is known color: Gossip. HEX triplet: A4, D0 and 8C. RGB value is (164,208,140). Sum of RGB (Red+Green+Blue) = 164+208+140=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D08C is #5B2F73. Grayscale: #BBBBBB. Windows color (decimal): -5975924 or 9228452. OLE color: 9228452.

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

Color convert

RGB 164 208 140 -
CMYK 0.21 0 0.33 0.18
HSL 98.82º 0.42% 0.68% -
HSV(B) 98.82º 0.33% 0.82% -
XYZ 42.6 54.9 33.16 -
YUV 187.09 101.42 111.53 -
System Red Green Blue C M Y K H S L
Decimal 164 208 140 0.21 0 0.33 0.18 98.82 0.42 0.68
Hex A4 D0 8C 15 0 21 12 63 2A 44
Octal 244 320 214 25 0 41 22 143 52 104
Binary 10100100 11010000 10001100 10101 0 100001 10010 1100011 101010 1000100

Color Harmonies of #A4D08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D08C

Black with #A4D08C

Text Example


Text Example

White with #A4D08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D08C; }

 p { color: rgb(164,208,140); }

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

background-color css

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

 a { background-color: rgb(164,208,140); }

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

border-color css

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

 span { border-color: rgb(164,208,140); }

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