#A5CB8D

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

Shades of Gossip #A5CB8D

Tints of Gossip #A5CB8D

Color information

#A5CB8D (or 0xA5CB8D) is unknown color: approx Gossip. HEX triplet: A5, CB and 8D. RGB value is (165,203,141). Sum of RGB (Red+Green+Blue) = 165+203+141=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CB8D is #5A3472. Grayscale: #B8B8B8. Windows color (decimal): -5911667 or 9292709. OLE color: 9292709.

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

Color convert

RGB165203141-
CMYK0.1900.310.20
HSL96.77º37.35%67.45%-
HSV(B)96.77º30.54%79.61%-
XYZ41.6852.6333.16-
YUV184.57103.41114.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.42%
GREEN value IS 203 (79.69% from 255) = 39.88%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=32.42%
G=39.88%
B=27.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1652031410.1900.310.2096.7737.3567.45
HexA5CB8D1301F14612543
Octal245313215230372414145103
Binary101001011100101110001101100110111111010011000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CB8D; }

 p { color: rgb(165,203,141); }

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

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

 a { background-color: rgb(165,203,141); }

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

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

 span { border-color: rgb(165,203,141); }

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