#A4D392

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

Shades of Gossip #A4D392

Tints of Gossip #A4D392

Color information

#A4D392 (or 0xA4D392) is unknown color: approx Gossip. HEX triplet: A4, D3 and 92. RGB value is (164,211,146). Sum of RGB (Red+Green+Blue) = 164+211+146=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D392 is #5B2C6D. Grayscale: #BDBDBD. Windows color (decimal): -5975150 or 9622436. OLE color: 9622436.

HSL color Cylindrical-coordinate representation of color #A4D392: hue angle of 103.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4D392 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB164211146-
CMYK0.2200.310.17
HSL103.38º42.48%70%-
HSV(B)103.38º30.81%82.75%-
XYZ43.7956.5635.8-
YUV189.54103.43109.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 211 (82.81% from 255) = 40.50%
BLUE value IS 146 (57.42% from 255) = 28.02%
R=31.48%
G=40.50%
B=28.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642111460.2200.310.17103.3842.4870
HexA4D3921601F11672a46
Octal244323222260372114752106
Binary101001001101001110010010101100111111000111001111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D392; }

 p { color: rgb(164,211,146); }

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

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

 a { background-color: rgb(164,211,146); }

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

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

 span { border-color: rgb(164,211,146); }

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