#A5C98A

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

Shades of Gossip #A5C98A

Tints of Gossip #A5C98A

Color information

#A5C98A (or 0xA5C98A) is unknown color: approx Gossip. HEX triplet: A5, C9 and 8A. RGB value is (165,201,138). Sum of RGB (Red+Green+Blue) = 165+201+138=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #A5C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C98A is #5A3675. Grayscale: #B7B7B7. Windows color (decimal): -5912182 or 9095589. OLE color: 9095589.

HSL color Cylindrical-coordinate representation of color #A5C98A: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C98A is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB165201138-
CMYK0.1800.310.21
HSL94.29º36.84%66.47%-
HSV(B)94.29º31.34%78.82%-
XYZ40.9951.6131.85-
YUV183.05102.57115.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.74%
GREEN value IS 201 (78.91% from 255) = 39.88%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=32.74%
G=39.88%
B=27.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652011380.1800.310.2194.2936.8466.47
HexA5C98A1201F155e2542
Octal245311212220372513645102
Binary101001011100100110001010100100111111010110111101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C98A; }

 p { color: rgb(165,201,138); }

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

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

 a { background-color: rgb(165,201,138); }

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

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

 span { border-color: rgb(165,201,138); }

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