#A1CB84

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

Shades of Gossip #A1CB84

Tints of Gossip #A1CB84

Color information

#A1CB84 (or 0xA1CB84) is unknown color: approx Gossip. HEX triplet: A1, CB and 84. RGB value is (161,203,132). Sum of RGB (Red+Green+Blue) = 161+203+132=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CB84 is #5E347B. Grayscale: #B6B6B6. Windows color (decimal): -6173820 or 8702881. OLE color: 8702881.

HSL color Cylindrical-coordinate representation of color #A1CB84: hue angle of 95.49º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1CB84 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB161203132-
CMYK0.2100.350.20
HSL95.49º40.57%65.69%-
HSV(B)95.49º34.98%79.61%-
XYZ40.2251.9529.74-
YUV182.3599.59112.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 203 (79.69% from 255) = 40.93%
BLUE value IS 132 (51.95% from 255) = 26.61%
R=32.46%
G=40.93%
B=26.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1612031320.2100.350.2095.4940.5765.69
HexA1CB8415023145f2942
Octal241313204250432413751102
Binary1010000111001011100001001010101000111010010111111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CB84; }

 p { color: rgb(161,203,132); }

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

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

 a { background-color: rgb(161,203,132); }

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

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

 span { border-color: rgb(161,203,132); }

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