Html Css Color HEX #A1C683 Gossip

📋 copy color: '#A1C683'

red 161 ◦ green 198 ◦ blue 131

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

Shades of Gossip #A1C683

Tints of Gossip #A1C683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.73%

R = 32.86%
G = 40.41%
B = 26.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#A1C683 (or 0xA1C683) is known color: Gossip. HEX triplet: A1, C6 and 83. RGB value is (161,198,131). Sum of RGB (Red+Green+Blue) = 161+198+131=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C683 is #5E397C. Grayscale: #B3B3B3. Windows color (decimal): -6175101 or 8636065. OLE color: 8636065.

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

Color convert

RGB 161 198 131 -
CMYK 0.19 0 0.34 0.22
HSL 93.13º 0.37% 0.65% -
HSV(B) 93.13º 0.34% 0.78% -
XYZ 38.99 49.6 28.99 -
YUV 179.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 161 198 131 0.19 0 0.34 0.22 93.13 0.37 0.65
Hex A1 C6 83 13 0 22 16 5D 25 41
Octal 241 306 203 23 0 42 26 135 45 101
Binary 10100001 11000110 10000011 10011 0 100010 10110 1011101 100101 1000001

Color Harmonies of #A1C683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C683

Black with #A1C683

Text Example


Text Example

White with #A1C683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C683; }

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

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

background-color css

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

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

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

border-color css

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

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

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