#A3CC8B

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

Shades of Gossip #A3CC8B

Tints of Gossip #A3CC8B

Color information

#A3CC8B (or 0xA3CC8B) is unknown color: approx Gossip. HEX triplet: A3, CC and 8B. RGB value is (163,204,139). Sum of RGB (Red+Green+Blue) = 163+204+139=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CC8B is #5C3374. Grayscale: #B8B8B8. Windows color (decimal): -6042485 or 9161891. OLE color: 9161891.

HSL color Cylindrical-coordinate representation of color #A3CC8B: hue angle of 97.85º degrees, saturation: 0.39, 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 #A3CC8B is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB163204139-
CMYK0.2000.320.2
HSL97.85º38.92%67.25%-
HSV(B)97.85º31.86%80%-
XYZ41.3652.8432.44-
YUV184.33102.42112.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 204 (80.08% from 255) = 40.32%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=32.21%
G=40.32%
B=27.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041390.2000.320.297.8538.9267.25
HexA3CC8B1402014622743
Octal243314213240402414247103
Binary1010001111001100100010111010001000001010011000101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC8B; }

 p { color: rgb(163,204,139); }

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

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

 a { background-color: rgb(163,204,139); }

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

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

 span { border-color: rgb(163,204,139); }

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