#A1D38B

Color #A1D38B Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #A1D38B

Tints of Gossip #A1D38B

Color information

#A1D38B (or 0xA1D38B) is unknown color: approx Gossip. HEX triplet: A1, D3 and 8B. RGB value is (161,211,139). Sum of RGB (Red+Green+Blue) = 161+211+139=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D38B is #5E2C74. Grayscale: #BCBCBC. Windows color (decimal): -6171765 or 9163681. OLE color: 9163681.

HSL color Cylindrical-coordinate representation of color #A1D38B: hue angle of 101.67º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1D38B is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB161211139-
CMYK0.2400.340.17
HSL101.67º45%68.63%-
HSV(B)101.67º34.12%82.75%-
XYZ42.6556.0332.99-
YUV187.84100.44108.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 211 (82.81% from 255) = 41.29%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=31.51%
G=41.29%
B=27.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111390.2400.340.17101.674568.63
HexA1D38B1802211662d45
Octal241323213300422114655105
Binary1010000111010011100010111100001000101000111001101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D38B; }

 p { color: rgb(161,211,139); }

 H1.HeaderClassName
 {
   color: #A1D38B;
 }
 .AnyTagClassName
 {
   color: #A1D38B;
 }
</style>
background-color css

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

 a { background-color: rgb(161,211,139); }

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

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

 span { border-color: rgb(161,211,139); }

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