#A7CD93

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

Shades of Gossip #A7CD93

Tints of Gossip #A7CD93

Color information

#A7CD93 (or 0xA7CD93) is unknown color: approx Gossip. HEX triplet: A7, CD and 93. RGB value is (167,205,147). Sum of RGB (Red+Green+Blue) = 167+205+147=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CD93 is #58326C. Grayscale: #BBBBBB. Windows color (decimal): -5780077 or 9686439. OLE color: 9686439.

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

Color convert

RGB167205147-
CMYK0.1900.280.20
HSL99.31º36.71%69.02%-
HSV(B)99.31º28.29%80.39%-
XYZ43.0353.9835.76-
YUV187.03105.41113.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 147 (57.81% from 255) = 28.32%
R=32.18%
G=39.50%
B=28.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051470.1900.280.2099.3136.7169.02
HexA7CD931301C14632545
Octal247315223230342414345105
Binary101001111100110110010011100110111001010011000111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CD93; }

 p { color: rgb(167,205,147); }

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

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

 a { background-color: rgb(167,205,147); }

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

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

 span { border-color: rgb(167,205,147); }

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