#A4CB8A

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

Shades of Gossip #A4CB8A

Tints of Gossip #A4CB8A

Color information

#A4CB8A (or 0xA4CB8A) is unknown color: approx Gossip. HEX triplet: A4, CB and 8A. RGB value is (164,203,138). Sum of RGB (Red+Green+Blue) = 164+203+138=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB8A is #5B3475. Grayscale: #B8B8B8. Windows color (decimal): -5977206 or 9096100. OLE color: 9096100.

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

Color convert

RGB164203138-
CMYK0.1900.320.20
HSL96º38.46%66.86%-
HSV(B)96º32.02%79.61%-
XYZ41.2552.4431.99-
YUV183.93102.08113.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 203 (79.69% from 255) = 40.20%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=32.48%
G=40.20%
B=27.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642031380.1900.320.209638.4666.86
HexA4CB8A1302014602643
Octal244313212230402414046103
Binary1010010011001011100010101001101000001010011000001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CB8A; }

 p { color: rgb(164,203,138); }

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

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

 a { background-color: rgb(164,203,138); }

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

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

 span { border-color: rgb(164,203,138); }

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