Html Css Color HEX #A1C585 Gossip

📋 copy color: '#A1C585'

red 161 ◦ green 197 ◦ blue 133

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

Shades of Gossip #A1C585

Tints of Gossip #A1C585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.12%

 BLUE value IS 133 (52.34% from 255) = 27.09%

R = 32.79%
G = 40.12%
B = 27.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#A1C585 (or 0xA1C585) is known color: Gossip. HEX triplet: A1, C5 and 85. RGB value is (161,197,133). Sum of RGB (Red+Green+Blue) = 161+197+133=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C585 is #5E3A7A. Grayscale: #B3B3B3. Windows color (decimal): -6175355 or 8766881. OLE color: 8766881.

HSL color Cylindrical-coordinate representation of color #A1C585: hue angle of 93.75º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1C585 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 197 133 -
CMYK 0.18 0 0.32 0.23
HSL 93.75º 0.36% 0.65% -
HSV(B) 93.75º 0.32% 0.77% -
XYZ 38.9 49.2 29.64 -
YUV 178.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 161 197 133 0.18 0 0.32 0.23 93.75 0.36 0.65
Hex A1 C5 85 12 0 20 17 5E 24 41
Octal 241 305 205 22 0 40 27 136 44 101
Binary 10100001 11000101 10000101 10010 0 100000 10111 1011110 100100 1000001

Color Harmonies of #A1C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C585

Black with #A1C585

Text Example


Text Example

White with #A1C585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C585; }

 p { color: rgb(161,197,133); }

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

background-color css

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

 a { background-color: rgb(161,197,133); }

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

border-color css

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

 span { border-color: rgb(161,197,133); }

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