#A4D295

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

Shades of Gossip #A4D295

Tints of Gossip #A4D295

Color information

#A4D295 (or 0xA4D295) is unknown color: approx Gossip. HEX triplet: A4, D2 and 95. RGB value is (164,210,149). Sum of RGB (Red+Green+Blue) = 164+210+149=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D295 is #5B2D6A. Grayscale: #BDBDBD. Windows color (decimal): -5975403 or 9818788. OLE color: 9818788.

HSL color Cylindrical-coordinate representation of color #A4D295: hue angle of 105.25º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4D295 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB164210149-
CMYK0.2200.290.18
HSL105.25º40.4%70.39%-
HSV(B)105.25º29.05%82.35%-
XYZ43.7856.1636.97-
YUV189.29105.26109.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=31.36%
G=40.15%
B=28.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642101490.2200.290.18105.2540.470.39
HexA4D2951601D12692846
Octal244322225260352215150106
Binary101001001101001010010101101100111011001011010011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D295; }

 p { color: rgb(164,210,149); }

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

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

 a { background-color: rgb(164,210,149); }

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

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

 span { border-color: rgb(164,210,149); }

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