#A4CF93

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

Shades of Gossip #A4CF93

Tints of Gossip #A4CF93

Color information

#A4CF93 (or 0xA4CF93) is unknown color: approx Gossip. HEX triplet: A4, CF and 93. RGB value is (164,207,147). Sum of RGB (Red+Green+Blue) = 164+207+147=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CF93 is #5B306C. Grayscale: #BBBBBB. Windows color (decimal): -5976173 or 9686948. OLE color: 9686948.

HSL color Cylindrical-coordinate representation of color #A4CF93: hue angle of 103º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4CF93 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB164207147-
CMYK0.2100.290.19
HSL103º38.46%69.41%-
HSV(B)103º28.99%81.18%-
XYZ42.8954.6235.89-
YUV187.3105.25111.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 207 (81.25% from 255) = 39.96%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=31.66%
G=39.96%
B=28.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642071470.2100.290.1910338.4669.41
HexA4CF931501D13672645
Octal244317223250352314746105
Binary101001001100111110010011101010111011001111001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CF93; }

 p { color: rgb(164,207,147); }

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

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

 a { background-color: rgb(164,207,147); }

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

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

 span { border-color: rgb(164,207,147); }

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