#A4C892

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

Shades of Gossip #A4C892

Tints of Gossip #A4C892

Color information

#A4C892 (or 0xA4C892) is unknown color: approx Gossip. HEX triplet: A4, C8 and 92. RGB value is (164,200,146). Sum of RGB (Red+Green+Blue) = 164+200+146=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C892 is #5B376D. Grayscale: #B7B7B7. Windows color (decimal): -5977966 or 9619620. OLE color: 9619620.

HSL color Cylindrical-coordinate representation of color #A4C892: hue angle of 100º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4C892 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB164200146-
CMYK0.1800.270.22
HSL100º32.93%67.84%-
HSV(B)100º27%78.43%-
XYZ41.1551.2834.92-
YUV183.08107.07114.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=32.16%
G=39.22%
B=28.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1642001460.1800.270.2210032.9367.84
HexA4C8921201B16642144
Octal244310222220332614441104
Binary101001001100100010010010100100110111011011001001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C892; }

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

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

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

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

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

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

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

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