#A4CC88

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

Shades of Gossip #A4CC88

Tints of Gossip #A4CC88

Color information

#A4CC88 (or 0xA4CC88) is unknown color: approx Gossip. HEX triplet: A4, CC and 88. RGB value is (164,204,136). Sum of RGB (Red+Green+Blue) = 164+204+136=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CC88 is #5B3377. Grayscale: #B8B8B8. Windows color (decimal): -5976952 or 8965284. OLE color: 8965284.

HSL color Cylindrical-coordinate representation of color #A4CC88: hue angle of 95.29º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4CC88 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB164204136-
CMYK0.2000.330.2
HSL95.29º40%66.67%-
HSV(B)95.29º33.33%80%-
XYZ41.3552.8631.32-
YUV184.29100.75113.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 204 (80.08% from 255) = 40.48%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=32.54%
G=40.48%
B=26.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1642041360.2000.330.295.294066.67
HexA4CC8814021145f2843
Octal244314210240412413750103
Binary1010010011001100100010001010001000011010010111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CC88; }

 p { color: rgb(164,204,136); }

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

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

 a { background-color: rgb(164,204,136); }

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

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

 span { border-color: rgb(164,204,136); }

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