Html Css Color HEX #A1C982 Gossip

📋 copy color: '#A1C982'

red 161 ◦ green 201 ◦ blue 130

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

Shades of Gossip #A1C982

Tints of Gossip #A1C982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.42%

R = 32.72%
G = 40.85%
B = 26.42%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#A1C982 (or 0xA1C982) is known color: Gossip. HEX triplet: A1, C9 and 82. RGB value is (161,201,130). Sum of RGB (Red+Green+Blue) = 161+201+130=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C982 is #5E367D. Grayscale: #B5B5B5. Windows color (decimal): -6174334 or 8571297. OLE color: 8571297.

HSL color Cylindrical-coordinate representation of color #A1C982: hue angle of 93.8º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1C982 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 201 130 -
CMYK 0.20 0 0.35 0.21
HSL 93.8º 0.4% 0.65% -
HSV(B) 93.8º 0.35% 0.79% -
XYZ 39.61 50.96 28.87 -
YUV 180.95 99.25 113.77 -
System Red Green Blue C M Y K H S L
Decimal 161 201 130 0.20 0 0.35 0.21 93.8 0.4 0.65
Hex A1 C9 82 14 0 23 15 5E 28 41
Octal 241 311 202 24 0 43 25 136 50 101
Binary 10100001 11001001 10000010 10100 0 100011 10101 1011110 101000 1000001

Color Harmonies of #A1C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C982

Black with #A1C982

Text Example


Text Example

White with #A1C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C982; }

 p { color: rgb(161,201,130); }

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

background-color css

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

 a { background-color: rgb(161,201,130); }

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

border-color css

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

 span { border-color: rgb(161,201,130); }

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