Html Css Color HEX #A1C68C Gossip

📋 copy color: '#A1C68C'

red 161 ◦ green 198 ◦ blue 140

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

Shades of Gossip #A1C68C

Tints of Gossip #A1C68C

RGB

 RED value IS 161 (63.28% from 255) = 32.26%

 GREEN value IS 198 (77.73% from 255) = 39.68%

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

R = 32.26%
G = 39.68%
B = 28.06%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#A1C68C (or 0xA1C68C) is known color: Gossip. HEX triplet: A1, C6 and 8C. RGB value is (161,198,140). Sum of RGB (Red+Green+Blue) = 161+198+140=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C68C is #5E3973. Grayscale: #B4B4B4. Windows color (decimal): -6175092 or 9225889. OLE color: 9225889.

HSL color Cylindrical-coordinate representation of color #A1C68C: hue angle of 98.28º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1C68C is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 198 140 -
CMYK 0.19 0 0.29 0.22
HSL 98.28º 0.34% 0.66% -
HSV(B) 98.28º 0.29% 0.78% -
XYZ 39.63 49.86 32.35 -
YUV 180.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 161 198 140 0.19 0 0.29 0.22 98.28 0.34 0.66
Hex A1 C6 8C 13 0 1D 16 62 22 42
Octal 241 306 214 23 0 35 26 142 42 102
Binary 10100001 11000110 10001100 10011 0 11101 10110 1100010 100010 1000010

Color Harmonies of #A1C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C68C

Black with #A1C68C

Text Example


Text Example

White with #A1C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C68C; }

 p { color: rgb(161,198,140); }

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

background-color css

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

 a { background-color: rgb(161,198,140); }

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

border-color css

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

 span { border-color: rgb(161,198,140); }

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