#A5D592

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

Shades of Gossip #A5D592

Tints of Gossip #A5D592

Color information

#A5D592 (or 0xA5D592) is unknown color: approx Gossip. HEX triplet: A5, D5 and 92. RGB value is (165,213,146). Sum of RGB (Red+Green+Blue) = 165+213+146=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D592 is #5A2A6D. Grayscale: #BFBFBF. Windows color (decimal): -5909102 or 9622949. OLE color: 9622949.

HSL color Cylindrical-coordinate representation of color #A5D592: hue angle of 102.99º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5D592 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB165213146-
CMYK0.2300.310.16
HSL102.99º44.37%70.39%-
HSV(B)102.99º31.46%83.53%-
XYZ44.557.6635.98-
YUV191.01102.6109.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=31.49%
G=40.65%
B=27.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131460.2300.310.16102.9944.3770.39
HexA5D5921701F10672c46
Octal245325222270372014754106
Binary101001011101010110010010101110111111000011001111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D592; }

 p { color: rgb(165,213,146); }

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

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

 a { background-color: rgb(165,213,146); }

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

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

 span { border-color: rgb(165,213,146); }

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