#A3CB88

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

Shades of Gossip #A3CB88

Tints of Gossip #A3CB88

Color information

#A3CB88 (or 0xA3CB88) is unknown color: approx Gossip. HEX triplet: A3, CB and 88. RGB value is (163,203,136). Sum of RGB (Red+Green+Blue) = 163+203+136=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CB88 is #5C3477. Grayscale: #B7B7B7. Windows color (decimal): -6042744 or 8965027. OLE color: 8965027.

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

Color convert

RGB163203136-
CMYK0.2000.330.20
HSL95.82º39.18%66.47%-
HSV(B)95.82º33%79.61%-
XYZ40.952.2831.23-
YUV183.4101.25113.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 136 (53.52% from 255) = 27.09%
R=32.47%
G=40.44%
B=27.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632031360.2000.330.2095.8239.1866.47
HexA3CB881402114602742
Octal243313210240412414047102
Binary1010001111001011100010001010001000011010011000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB88; }

 p { color: rgb(163,203,136); }

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

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

 a { background-color: rgb(163,203,136); }

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

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

 span { border-color: rgb(163,203,136); }

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